iluvphp Posted January 10, 2011 Share Posted January 10, 2011 Hi, I have a php email form and in the headers, I just want to add a 2nd email that the form will send to. I can only get the form to be sent to the first email? This is the code I currently have: $headers .= 'From: The Group <[email protected]>' . "\r\n"; $headers .= 'CC: [email protected]'. "\r\n"; Is my code off for the CC email? Thanks for the help! Link to comment https://forums.phpfreaks.com/topic/223990-cc-and-email-in-headers/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.