BLACKSITE
:
216.73.216.234
:
184.168.118.123 / manavelex.com
:
Linux sg2plzcpnl508614.prod.sin2.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
:
/
home
/
aemylons3to8
/
www
/
Upload File:
files >> /home/aemylons3to8/www/mail.php
<?php // include("Admin/Includes/db.php"); extract($_POST); $html_message = '<h1>New Enquriy Details.</h1>'; $html_message .= '<p>Name : '. $_POST['name'] .'</p>'; $html_message .= '<p>Email : '. $_POST['email'] .'</p>'; $html_message .= '<p>Contact number :'.$_POST['phone'].'</p>'; $html_message .= '<p>Subject :'.$_POST['subject'].'</p>'; $html_message .= '<p>Message :'.$_POST['message'].'</p>'; $to ="info@manavelex.com"; // info@manavelex.com $subject = "Enquriy us"; $header = "MIME-Version: 1.0\r\n"; $header .= "Content-type: text/html\r\n"; $retval = mail ($to,$subject,$html_message,$header); if( $retval == true ) { echo "<script>; alert('Mail Send Succesfully'); window.location.href='index.php'; </script>"; }else { echo "<script>; alert('Mail Not Send Properly '); window.location.href='index.php'; </script>"; } ?>