You are currently reviewing an older revision of this page.
An SMTP server is set up to be used with Appian. Appian is configured for either:
conf.mailhandler.mail.smtp.auth=true
custom.properties
When trying to authentication,the following error message is seen in mail-listener.log:
mail-listener.log
The following are both true when configured for SMTP server authentication:
conf.mailhandler.mail.user
conf.password.SMTP
password.properties
The following are both true when configured for polling an email account:
conf.mailhandler.poller.EmailHandlerBean.userName
conf.password.EmailHandlerBean.EMAIL_HANDLER
Some special characters within password.properties need to be escaped when used in:
Appian is aware that the character , needs to be escaped.
,
If it is determined a special character needs to be escaped, add the characters \\ in front of the special character.
\\
conf.password.SMTP=password\\,withcomma
If it is unsure a special character needs to be escaped:
This article applies to all Appian versions 17.2 and newer.
Last Reviewed: November 2018