File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/rocciahillresort.com/mail.php
Back
<?php $name = $_POST['name']; $subject = $_POST['subject']; $email = $_POST['email']; $phone = $_POST['phone']; $message = $_POST['message']; $formcontent="Name: $name \n subject: $subject \n Phone: $phone \n Email Id: $email \n Message : $message"; $recipient = " rocciahillresort@gmail.com"; $subject = "Enquiry Details From Roccia Hill Resort"; $mailheader = "From: $email \r\n"; mail($recipient, $subject, $formcontent, $mailheader) or die("Error!"); header("Location:thank-you.php"); echo "Location:thank-you.php!" . " -" . "<a href='index.php' style='text-decoration:none;color:#ff0099;'> Return Home</a>"; ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings