I have some PHP code that I\'m using to send a form off to a specific e-mail address. However, I\'d like to include a couple more e-mail addresses in the PHP for when it sen
If i understood correct try this one
$headers = "Bcc: someone@domain.com";
or
$headers = "Cc: someone@domain.com";