Anoyomous Email sender HTML

Quote:
$mailto = $_POST['mailto'];
$subject = $_POST['subject'];
$body = $_POST['body'];
$from = $_POST['from'];

$headers = \"From: $from\\r\\n\";
$headers .= \"Content-type: text/html\\r\\n\";


mail(\"$mailto\",\"$subject\",\"$body\\n\",\"$headers\");
echo \"

Mailed succesfully to $mailto, just remember this script is made for testing purposes only.


\";

?>

ليست هناك تعليقات:

إرسال تعليق