0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
static
/
includes
/
[
Home
]
File: form_3303.php
<?php if(empty($_POST['email14_3303']) && strlen($_POST['email14_3303']) == 0) { return false; } $email14_3303 = $_POST['email14_3303']; $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_3303: $email14_3303 \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_3303"; mail($to,$email_subject,$email_body,$headers); // Post message return true; ?>
©
2018.