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
3 replies
Subscribers
6 subscribers
Views
2467 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, Is there any issue in sending emails to Groups? We have the follo
senthilar
over 10 years ago
Hi,
Is there any issue in sending emails to Groups? We have the following code:
=toemailrecipient(topeople(getdistinctusers(pv!ownerUserOrGroup))) - the pv is of type UserOrGroup
This code is placed in Send Email smart service and that service successfully sends the email too. But immediate after sending the mail this smart service fails. The error message is
There is a problem with task “Send E-Mail to Group” in the process “Trust Util Send Reminder Mail”. Failed to send email
Why is this so?
...
OriginalPostID-116925
OriginalPostID-116925
Discussion posts and replies are publicly visible
Parents
0
Stefan Helzle
A Score Level 3
over 10 years ago
From my experience sending email has to be handled carefully. Most of the time I design my models to loop over each recipient and use a parallel 1 min timer to handle possible errors but continue sending remaining emails. An alert allows me to check what happened, but the process itself is not paused.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Stefan Helzle
A Score Level 3
over 10 years ago
From my experience sending email has to be handled carefully. Most of the time I design my models to loop over each recipient and use a parallel 1 min timer to handle possible errors but continue sending remaining emails. An alert allows me to check what happened, but the process itself is not paused.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data