help adde my caode to batch send
Posted: Thu Apr 24, 2008 10:23 am
i have install the swift mailer script just fine
and here is my test link
http://www.freehost99.com/home/mail/swi ... ts/smokes/
work great
Message sent successfully
but i need to make batch send code for list of my emails
here is how i get the list of sender emails
and the file link is http://www.freehost99.com/home/mail/swi ... s/mail.php
now how can i added the recipients list using this simple loob
and i need working code for batch send that i can use
like the runTestOfBasicSend.php code
acode that can send emails
i have trayed to creat my code but i dot know what i miss
so i stuck and i need help pleases
this is the code i have been work so far
http://pastebin.com/d5bb319f3
hop you can help me fix it
or even replace it all
thanks alott
and here is my test link
http://www.freehost99.com/home/mail/swi ... ts/smokes/
work great
Message sent successfully
but i need to make batch send code for list of my emails
here is how i get the list of sender emails
Code: Select all
<?php
//file mail.php
$letter = file_get_contents('letter');
$users = file("aremail.txt");
foreach ($users as $user)
{
echo "$user\n";
echo "<br>";
}
?>
now how can i added the recipients list using this simple loob
and i need working code for batch send that i can use
like the runTestOfBasicSend.php code
acode that can send emails
i have trayed to creat my code but i dot know what i miss
so i stuck and i need help pleases
this is the code i have been work so far
http://pastebin.com/d5bb319f3
hop you can help me fix it
or even replace it all
thanks alott