Dipen
Dipen

Reputation: 57

Is is possible to send different body content in PHPMAILER?

Is is possible to send different body content in PHPMAILER?

For Example,

I like to send THis is To address" to TO EMAIL ID and This is CC ADDRESS" to CC EMAIL ID. I'm using SMTP method.

Please advise.

Upvotes: 0

Views: 437

Answers (1)

Aron Rotteveel
Aron Rotteveel

Reputation: 83203

Of course it is possible to use different body texts when sending more than one email.

Judging from your example, however, you want to display a different body text to both the recipient and a carbon-copy address.

This is not possible.

It's called a carbon-copy for a reason: the email contents should be the same as the one being received by the recipient.

If you really want to display different body texts, send more than one e-mail.

Upvotes: 2

Related Questions