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
4 replies
Subscribers
6 subscribers
Views
1949 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
#SendEmailSmartService Hi everyone, i'm using the "Send Email Smart Ser
fredericom
over 9 years ago
#SendEmailSmartService Hi everyone, i'm using the "Send Email Smart Service". Is it possible to catch the exception when SMTP server is down? I already tried to create a timer exception however the send e-mail task remains in error. Any ideas about how i can verify if SMTP server is down before sending an email?
OriginalPostID-163299
OriginalPostID-163299
Discussion posts and replies are publicly visible
Parents
0
Dan
Certified Lead Developer
over 9 years ago
Generally speaking good practice is to wrap integration nodes in their own process (with just the node in). All Processes that call the integration point (in this case email) can then call the sub process from within their process, this allows you to put a timer on the integration process to close the process and follow an exception flow in the calling process. If you have this timer on the email node it's self then as you have identified if the node fails the event will not fire.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Dan
Certified Lead Developer
over 9 years ago
Generally speaking good practice is to wrap integration nodes in their own process (with just the node in). All Processes that call the integration point (in this case email) can then call the sub process from within their process, this allows you to put a timer on the integration process to close the process and follow an exception flow in the calling process. If you have this timer on the email node it's self then as you have identified if the node fails the event will not fire.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data