Hi All!
Relatively new to PHP, but wondering if it is possible to have 2 receivers from a contact form? If so, how will I add the other email add below?
$email_to = "myname@site.com";
Much apprciate your advice. Cheers!
And hAPPY Christmas!
Resty
Two Receivers of Email from PHP Form?
Moderator: General Moderators
-
mikeashfield
- Forum Contributor
- Posts: 159
- Joined: Sat Oct 22, 2011 10:50 am
Re: Two Receivers of Email from PHP Form?
Check out foreach loops 
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Two Receivers of Email from PHP Form?
The PHP documentation shows how to add CC addresses to emails:
http://us2.php.net/manual/en/function.mail.php
http://us2.php.net/manual/en/function.mail.php
(#10850)