PHP newsletter mailer

tomhendrikse

New Member
I want to make a PHP newsletter sender for a few hundred people, say monthly.

Does it work for me to send all the emails through a \[code\]for()\[/code\] loop? i.e. will it use an excessive amount of resources? Also, should I \[code\]sleep()\[/code\] for a period between each email I send?

Note: to send the emails, i use the PEAR \[code\]Mail::factory('smtp' ...);\[/code\] function.
 
Back
Top