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
Special characters within Appian need to be escaped when used in the STMP password field in password.properties
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
\\
EX. conf.password.SMTP=password,withcomma
If it is unsure a special character needs to be escaped
1) Try to escape the character with \\
2) Try to use a password without special characters
If there are multiple special characters do this
This article applies to all Appian versions 17.3 and newer.
Last Reviewed: November 2018