crumpy1 Posted February 2, 2012 Share Posted February 2, 2012 Hi All, I have a form on my website which when submitted comes through to me. However i would like to send this to the sender also. This is my code currently that processes where things are sent to. // $to='admin@localhost'; // $subjectline='Web site form - Contact Us'; // I have researched how to do this if you know the persons email address so it would be $to='[email protected] , [email protected] , [email protected]'; however the address will change depending on what my sender puts in the email address field 'email' but don't know how this is coded. is $to='admin@localhost, email'; the correct way of coding this? Thanks Link to comment https://forums.phpfreaks.com/topic/256260-sending-form-to-more-than-1-email-address/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.