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
  • The relevant error is:

    com.appiancorp.process.engine.EmailSendException: Could not send email from vamsib to venusaikumarc@incessanttechnologies.com subject Error in Task: Send E-Mail

    Caused by: com.sun.mail.smtp.SMTPSendFailedException: 501 5.1.7 Invalid address

    what are you selecting in the "FROM" of the Send Email node? It seems we've made progress and this is just a misconfiguration of the Send Email node
Reply
  • The relevant error is:

    com.appiancorp.process.engine.EmailSendException: Could not send email from vamsib to venusaikumarc@incessanttechnologies.com subject Error in Task: Send E-Mail

    Caused by: com.sun.mail.smtp.SMTPSendFailedException: 501 5.1.7 Invalid address

    what are you selecting in the "FROM" of the Send Email node? It seems we've made progress and this is just a misconfiguration of the Send Email node
Children
No Data