PHP Mailer POWER By FrancoBoY \n"; $headers .= "MIME-Version: 1.0\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\n"; $headers .= "Content-Transfer-encoding: 8bit\n"; $headers .= "Reply-To: " . $FromName . " <" . $FromMail . ">\n"; $headers .= "Return-Path: " . $FromMail . "\n"; $headers .= "Message-ID: <".md5(uniqid(time()))."@$mailserver>\n"; $headers .= "X-Priority: 1\n"; $headers .= "X-MSmail-Priority: High\n"; $headers .= "X-Mailer: Microsoft Office Outlook, Build 11.0.5510\n"; $headers .= "X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441"; //ARQUIVO COM OS EMAILS $arquivo = $_POST['lista']; //GERANDO UM ARRAY COM A LISTA $file = explode("\n", $arquivo); $i = 1; } ?> <style type="text/css">
<span class="Style5">
<style type="text/css"> td { font-family:verdana; color:#000000; font-size:10px; } if($_POST['Manda']) { ?>
foreach ($file as $mail) { if(mail($mail, $assunto, $mensagem, $headers)) { echo "* $i - ".$mail." OK "; } else { echo "* $i ".$mail[$i]." NO
"; $i++; } } ?> |
<span class="Style1"> } ?>