Hi I am configuring the Appian Mail Server to recieve email from an E

Certified Senior Developer
Hi

I am configuring the Appian Mail Server to recieve email from an Email Id to start a Process Model.
forum.appian.com/.../Sending_an_Email_Message_to_a_Process
forum.appian.com/.../Mail_Server_Setup
forum.appian.com/.../Anonymous_User

For which I have done following configuration in custom.properties:
conf.suite.ANONYMOUS_ACCESS=true
conf.mailhandler.alias.<username>=processmodeluuid<uuid>

In ejb-jar.xml, I have mentioned the username and In password.properties I have mentioned the pasword.

After which I restarted the server and sent a email to the configured email.

While going back to conf folder I found that password.properties does not exist.
Is this the ideal functionality or something else needs to be configured?

Thanks...

OriginalPostID-90002

OriginalPostID-90002

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    I am not sure, what went wrong that time.
    But here is what needs to be done.
    Set following in custom.properties.
    conf.suite.ANONYMOUS_ACCESS=true;
    conf.mailhandler.mail.smtp.host=<domain>
    conf.mailhandler.mail.smtp.auth=true / false; #(on setting it to true, one needs to edit the password.properties too)
    conf.mailhandler.mail.user=username #(this is required only if above property is set to true.)
    Edit ejb-jar.xml
    and edit ejbName, mailServer,folder,storeprotocal,startls, username (has to be same as we had in custom.properties)
    In password.properties
    set the conf.password.EmailHandlerBean.EMAIL_HANDLER=<password>
    Process model - public event is set to true with a revcieve email message on start node. PM is published and not in My Models.
Reply
  • 0
    Certified Senior Developer
    I am not sure, what went wrong that time.
    But here is what needs to be done.
    Set following in custom.properties.
    conf.suite.ANONYMOUS_ACCESS=true;
    conf.mailhandler.mail.smtp.host=<domain>
    conf.mailhandler.mail.smtp.auth=true / false; #(on setting it to true, one needs to edit the password.properties too)
    conf.mailhandler.mail.user=username #(this is required only if above property is set to true.)
    Edit ejb-jar.xml
    and edit ejbName, mailServer,folder,storeprotocal,startls, username (has to be same as we had in custom.properties)
    In password.properties
    set the conf.password.EmailHandlerBean.EMAIL_HANDLER=<password>
    Process model - public event is set to true with a revcieve email message on start node. PM is published and not in My Models.
Children
No Data