Garments
Monday, 12 October 2020
Testing
the form again.";
}
else{
$from="From: $name<$email>\r\nReturn-path: $email";
$subject="Message sent using your contact form";
mail("vishalraj058@gmail.com", $subject, $message, $from);
echo "Email sent!";
}
}
?>
Thursday, 19 December 2019
Subscribe to:
Comments (Atom)