Best MaiLer [ By x.CJP.x ] PHP MaiLer Coded By x.CJP.x Your Name: Subject: Attach File: Message: Mail List: print $message; ?> print $emaillist; ?> Plain Text HTML if ($action){ if (!$from && !$subj3ct && !$message && !$emaillist){ echo ""; exit; } $allemails = split("\n", $emaillist); $numemails = count($allemails); for($x=0; $x<$numemails; $x++){ $to = $allemails[$x]; if ($to){ $to = ereg_replace(" ", "", $to); $message = ereg_replace("&email&", $to, $message); $subj3ct = ereg_replace("&email&", $to, $subj3ct); print "$to."; flush(); /*You can change service@paypxl.com*/ $header = "From: $realnam \r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-Type: text/$contenttype\r\n"; $header .= "Content-Transfer-Encoding: 8bit\r\n\r\n"; $header .= "$message\r\n"; mail($to, $subj3ct, "", $header); print "."; flush(); } } ?> alert('Thank You For Use This MaiLer\\r\\nMessage Sent\\r\\n$numemails mail(s) sent'); ";} ?>
PHP MaiLer Coded By x.CJP.x
Your Name:
Subject:
Attach File:
print $message; ?>
print $emaillist; ?>
Plain Text HTML