Error while sending email to the group Identity when email id not present for some users

オフライン

Hi Experts,

I am using the Aras OOTB function to send the emails. Please find below code -

 document.thisItem.email(EmailBody, GroupIdentity); 

When all the members of the group identity have email ID's present then it is working fine, but if any of the members email is not provided then it is returning the error and not sending emails to any member.

Is there any way to handle this?

Parents
  • Hi Aaba,

    I do not know a solution to skip the sending of emails to users without email address. But what about using pseudo email adreeses like donotreply@mycompany.com for the users without email address? I use these email placeholders for the ootb Aras accounts like Innovator Admin and Super User and so far never had trouble with it.

    Regards
    Angela

Reply
  • Hi Aaba,

    I do not know a solution to skip the sending of emails to users without email address. But what about using pseudo email adreeses like donotreply@mycompany.com for the users without email address? I use these email placeholders for the ootb Aras accounts like Innovator Admin and Super User and so far never had trouble with it.

    Regards
    Angela

Children
No Data