I\'m not even sure this is possible, however what I\'m trying to do is as follows. I have an HTML form that generates and email using a PHP script. What I want
PHP
See this page on the same site (example 2): http://www.w3schools.com/php/func_mail_mail.asp
You will have to set the headers of the message to include the From and other stuff like CC or BCC:
Note that you have to separate the headers with a newline sequence "\r\n".
"\r\n"