Hello,
I just moved my website to x10 free hosting. I created a php form and seems like the php "mail" function is not working. here is an example of my code
I've been reading through the forum and some people find the email on their spam folder but I don't think I have the same case here. Thanks for your help.PHP Code:$subject = "subject\n";
$message = "
Name: $name\n
Rsvp: $rsvp\n";
$from = "From: My Name<myemail@gmail.com>\r\n";
mail("myemail@gmail.com", $subject, $message, $from);


3Likes
LinkBack URL
About LinkBacks








