Zen Follower
- Join Date:
- Oct 2007
- Posts:
- 241
- Plugin Contributions:
- 0
How do I use the zen_mail function with additional CC: (carbon copied) email address
I am interested in having the zen_mail function also send an e-mail to a CC:'d address. The solution I'm looking for must be specifically using the CC function of the mailer, not an array of consecutive emails sent out one after the other, nor as a BCC e-mail!
Outside of Zen Cart, I know this works:
$headers .= 'Cc: [email protected]' . "\r\n";