Oasis Shipping Services Co.
You are welcomed to fill in the following inquiry for your shipping requirements:
\nReply-To: $emailtxt\nReturn-Path: $emailtxt\n";
$headers .= "From: Oasis Website
\n";
$headers .= "X-Mailer: PHP's mail() Function\n";
if (mail($to, $subject, $msg, $headers))
//Message sent!
//It the message that will be displayed when the user click the sumbit button
//You can modify the text if you want
echo nl2br("
Thanks a lot for your enquiry
We will revert back to you in due course.
Your cargo is in expert's hands.
");
else
// Display error message if the message failed to send
echo "
Error!!
Sorry =$name;?>, your message failed to send. Try later!
";
}
?>