0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
static
/
includes
/
[
Home
]
File: form_19101.php
<?php if(empty($_POST['email14_35413_19101']) && strlen($_POST['email14_35413_19101']) == 0) { return false; } $email14_35413_19101 = $_POST['email14_35413_19101']; $to = 'receiver@yoursite.com'; // Email submissions are sent to this email // Create email $email_subject = "Message from a Blocs website."; $email_body = "You have received a new message. \n\n". "Email14_35413_19101: $email14_35413_19101 \n"; $headers = "MIME-Version: 1.0\r\nContent-type: text/plain; charset=UTF-8\r\n"; $headers .= "From: contact@yoursite.com\n"; $headers .= "Reply-To: $email14_35413_19101"; mail($to,$email_subject,$email_body,$headers); // Post message return true; ?>
©
2018.