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='john@doe.com , jane@mail.com , frank@domain.com'; 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.