File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/oshohimalayas.com/subscribe.php
Back
<?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $name = htmlspecialchars($_POST['name']); $email = htmlspecialchars($_POST['email']); $phone = htmlspecialchars($_POST['phone']); $to = 'rohit.negi.195@gmail.com'; $subject = 'New Newsletter Subscription'; $message = "Name: $name\nEmail: $email\nPhone: $phone"; $headers = "From: rohit@asiatech.in"; if (mail($to, $subject, $message, $headers)) { echo "Mail Sent."; } else { error_log("Mail not sent. Error in sending email."); echo "Mail not sent."; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings