How to send email to multiple recipients with different body text

I am sending an email with multiple people in the To: field. Some of these users are internal to my company and others are external. For internal people, I want to add additional text to the letter that I don't want to see outside people. I cannot split this into two letters because the inner people want to see the outer people in the To field:

Is it possible?

+3


source to share


1 answer


No, it is not inherently possible (I say because there is perhaps a very good library that facilitates this type of functionality), you will need to send two separate emails.



You might consider adding external recipients to the body of the email that is sent to internal recipients.

+4


source







All Articles