Page 1 of 1

Re: HELP PHP FORM SHOWING SERVER INFORMATION IN EMAIL?!?

Posted: Fri May 11, 2012 6:23 pm
by Celauran
Use the additional headers in your mail call.

Code: Select all

mail($to, $subject, $message, 'From: someone@somewhere.com');