#Email Listener Hi All, we have an email listener configured that wor

#Email Listener

Hi All, we have an email listener configured that works well. However this is just configured to internal email addresses such as - email@company.com , email1@company.com , email2@company.com

These then copy to a primary mailbox that Appian "listens" to ...

listener@company.com

The custom.properties then looks something like this ...

conf.mailhandler.alias.listener=processmodeluuid0004d582-bf97-8000-faa5-2d00002d0000
conf.mailhandler.alias.email=processmodeluuid0004d582-bf97-8000-faa5-2d00002d0000
conf.mailhandler.alias.email1=processmodeluuid0004d582-bf97-8000-faa5-2d00002d0000
conf.mailhandler.alias.email2=processmodeluuid0004d582-bf97-8000-faa5-2d00002d0000

If we started copying emails from an email address such as email@differentcompany.com (these would be on our MS Exchange server so available to copy) how would our properties file look then?

Would I need to add something like ...

conf.mailhandler.alias.email@differentcom...

OriginalPostID-170141

OriginalPostID-170141

  Discussion posts and replies are publicly visible

Parents
  • The process is as follows:

    1. Anything received in the inbox configured in ejb-jar will be polled by Appian
    2. Appian will first search for key-value pairs in the subject and body to determine if there's routing information there
    3. If no routing information the CC and TO fields will be inspected for any email address whose user (the portion before the @) matches an alias. If there's a match, then the email is directed to that process regardless of the domain (the portion after the @)

    Does that help?
Reply
  • The process is as follows:

    1. Anything received in the inbox configured in ejb-jar will be polled by Appian
    2. Appian will first search for key-value pairs in the subject and body to determine if there's routing information there
    3. If no routing information the CC and TO fields will be inspected for any email address whose user (the portion before the @) matches an alias. If there's a match, then the email is directed to that process regardless of the domain (the portion after the @)

    Does that help?
Children
No Data