Issues with Configuring Email Server

Hi,

I am trying to configure mail server in Appian V7.10 so an email can be sent using office365 account.
While sending emails Appian reads the configurations mentioned in custom.properties (configuarations suggested in forum.appian.com/.../Mail_Server_Setup.html). But we are facing problem while sending mails.

Steps followed:

we configured office365 as mail server, configured this as SMTP host.
we did the setting as mentioned in forum. forum.appian.com/.../Mail_Server_Setup.html
conf.mailhandler.mail.smtp.host=SMTP_HOST:PORT
conf.mailhandler.mail.smtp.auth=true
conf.mailhandler.mail.user=myuser@abc.com
conf.mailhandler.mail.transport.protocol=smtp
password is mentioned in password.properties file.
conf.password.SMTP=mypassword

Notification sender is also configured.
conf.mailhandler.ntf_sndr_addr=myuser@abc.com
conf.mailhandler.ntf_sndr_name=myuser

We tested the connectivity from the appian...

OriginalPostID-167251

OriginalPostID-167251

  Discussion posts and replies are publicly visible

Parents
  • After mentioning the fully qualified user with domain name , we are getting the below error :
    =================================================================================
    08:06:20,688 INFO [stdout] (http-/0.0.0.0:8080-2) 2015-09-23 08:06:20,687 [http-/0.0.0.0:8080-2] ERROR com.appiancorp.ap2.util.Mail - Could not send mail via mail.office365.com:587 to

    08:06:20,723 INFO [stdout] (http-/0.0.0.0:8080-2) 2015-09-23 08:06:20,713 [http-/0.0.0.0:8080-2] ERROR com.appiancorp.process.runtime.activities.SendEmailActivity - com.sun.mail.smtp.SMTPSendFailedException: 501 5.1.7 Invalid address
Reply
  • After mentioning the fully qualified user with domain name , we are getting the below error :
    =================================================================================
    08:06:20,688 INFO [stdout] (http-/0.0.0.0:8080-2) 2015-09-23 08:06:20,687 [http-/0.0.0.0:8080-2] ERROR com.appiancorp.ap2.util.Mail - Could not send mail via mail.office365.com:587 to

    08:06:20,723 INFO [stdout] (http-/0.0.0.0:8080-2) 2015-09-23 08:06:20,713 [http-/0.0.0.0:8080-2] ERROR com.appiancorp.process.runtime.activities.SendEmailActivity - com.sun.mail.smtp.SMTPSendFailedException: 501 5.1.7 Invalid address
Children
No Data