Contact Request From Bobosoho
User Name: ‘. $name .’
User Email: ‘. $email .’
User Message: ‘. $sendmessage .’
‘;
$headers = ‘From: Bobosoho Office < office@bobosoho.com >‘ . “\r\n” .
‘X-Mailer: PHP/’ . phpversion();
$headers .= ‘MIME-Version: 1.0’ . “\r\n”;
$headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “\r\n”;
mail($to, $subject, $message, $headers);
session_destroy();
echo “
“;
?>