Cannot set the display name

This commit is contained in:
Girish Ramakrishnan
2022-06-08 21:19:56 -07:00
parent 817c33f4fe
commit 2e5a92584a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"httpPort": 8082,
"addons": {
"ldap": {},
"sendmail": {},
"sendmail": { "supportsDisplayName": false },
"localstorage": {},
"postgresql": {}
},

View File

@@ -34,7 +34,7 @@ xmlstarlet ed --inplace \
--update '//properties/entry[@key="mail.smtp.host"]' -v "${CLOUDRON_MAIL_SMTP_SERVER}" \
--update '//properties/entry[@key="mail.smtp.port"]' -v "${CLOUDRON_MAIL_SMTP_PORT}" \
--update '//properties/entry[@key="mail.smtp.starttls.enable"]' -v "false" \
--update '//properties/entry[@key="mail.smtp.from"]' -v "${CLOUDRON_MAIL_FROM_DISPLAY_NAME:-Traccar} <${CLOUDRON_MAIL_FROM}>" \
--update '//properties/entry[@key="mail.smtp.from"]' -v "${CLOUDRON_MAIL_FROM}" \
--update '//properties/entry[@key="mail.smtp.auth"]' -v "true" \
--update '//properties/entry[@key="mail.smtp.username"]' -v "${CLOUDRON_MAIL_SMTP_USERNAME}" \
--update '//properties/entry[@key="mail.smtp.password"]' -v "${CLOUDRON_MAIL_SMTP_PASSWORD}" \