Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
6 replies
Subscribers
7 subscribers
Views
2653 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
#Email Listener Hi All, we have an email listener configured that wor
David Williams
over 9 years ago
#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
0
Eduardo Fuentes
Appian Employee
over 9 years ago
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?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 9 years ago
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?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data