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
2 replies
Subscribers
9 subscribers
Views
1819 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Testing the Send Email Smart Service I’ve tried to send a message to an email ad
Marcio Rosa
over 12 years ago
Testing the Send Email Smart Service I’ve tried to send a message to an email address with the following format name@domain.com.XX, where XX is the acronym of a specific country. The sub process finished normally, the smart service didn’t fail but the email was not sent, at least to the requested email.
In the same test instance I had 2 BCC emails address with the standard format (name@domain.com) and the Send Email Smart Service was able to send to these emails address.
Btw, it is a real email address and I am able to check the inbox.
...
OriginalPostID-64301
OriginalPostID-64301
Discussion posts and replies are publicly visible
0
Alok Mohare
Appian Employee
over 12 years ago
Marcio, it's possible that either (a) the emails were filtered out by the remote mail server or (b) the emails were sent to the Spam folder for those particular mailboxes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 12 years ago
Take a look at my comment in this post:
forum.appian.com/.../f-63640
If sending e-mails from Appian is what is not working, keep in mind that the conf.mailhandler.ntf_sndr_addr property matters to the smtp server in the sense that it can cause the smtp server to block the request. Depending on the SMTP server some of them can actually block the e-mail if the sender or destination e-mail address is outside the domain of the SMTP server.
That said, try the following: make sure the e-mail address in conf.mailhandler.ntf_sndr_addr matches the domain specified conf.mailhandler.email.domain. For instance, assume a domain of type x.appiancorp.com, then the sndr_addr can be eduardo.fuentes@appian.com as this account is clearly part of the domain of the SMTP server.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel