Hi, Is there any issue in sending emails to Groups? We have the follo

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
  • To troubleshoot any issue where the alert is not informative enough you always have to review the application-server.log and find the corresponding error. Once you identify the error review each of the "Caused by" clauses in the stack trace; there will be one that will explain the root cause which in this case can be a single email address which would explain why the email is indeed sent for other users.
Reply
  • To troubleshoot any issue where the alert is not informative enough you always have to review the application-server.log and find the corresponding error. Once you identify the error review each of the "Caused by" clauses in the stack trace; there will be one that will explain the root cause which in this case can be a single email address which would explain why the email is indeed sent for other users.
Children
No Data