File manager - Edit - /home/justdoit/jamessmithalexanderwfirm.com/sendmail.php
Back
<?php $f=$_POST['firstname']; $l=$_POST['lastname']; $m=$_POST['email']; $p=$_POST['phone']; $h=$_POST['howcanwehelp']; $nature=$_POST["nature"]; $to = "lawoffice@stephenlawsonlawfirm.com"; $txt= "Nature Of Enq " + $nature . " " . $f . " " . $l ." " .$m ." ". $p. " " . $h; $subject = "Message from " . $m; $headers = "From:jamessmithalexanderwfirm.com/" . "\r\n" ."CC:lawoffice@jamessmithalexanderwfirm.com"; mail($to,$subject,$txt,$headers); ?> <script> alert("Thank You"); window.location="index.html"; </script>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.5 |
proxy
|
phpinfo
|
Settings