briddums
briddums

Reputation: 1846

How to send an email to multiple recipients with different text in the body

I am sending out an email that has multiple people in the To: field. Some of those users are internal to my company and others are external. For the internal people I want to add some additional text to the email that I don't want the external people to see. I cannot split this into two emails because the internal people want to see the external people in the To: field.

Is this possible?

Upvotes: 2

Views: 225

Answers (1)

user1618236
user1618236

Reputation:

No this is not inherently possible (I say Inherently because there may very well be a library that facilitates this type of functionality) you will need to send two separate emails.

You may think about adding the external recipients to the body of the email that is sent to the internal recipients.

Upvotes: 4

Related Questions