[PHP] Sending out mass emails

2008-09-04 Thread Angelo Zanetti
Hi all, We would like to send out mass emails for some of our clients, these are HTML email and text alternative for the email clients that cant read those HTML emails. We have developed some scripts to send the emails using phpmailer. Now we anticipate sending emails in batches but not sure

RE: [PHP] Sending out mass emails

2008-09-04 Thread Jay Blanchard
[snip] We would like to send out mass emails for some of our clients [/snip] Have you searched the list archives for the answers? These points have been covered numerous times. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sending out mass emails

2008-09-04 Thread Wolf
!-- SNIP -- Also what is the best way about going around being black listed due to spam issues. I know that the headers need to be set to avoid being detected as spam. !-- SNIP -- Check the list archives for these answers. Someone asked about this within the last 14 days even. As for the

Re: [PHP] Sending out mass emails

2008-09-04 Thread mike
In my opinion, this is what MTAs are designed for... Personally I throw every email I need to send at the MTA (postfix is the best!) and then let it handle processing the queue. If it goes too slow or too fast that's when you can alter the configuration (Side note: I'm pretty sure phpmailer

Re: [PHP] Sending out mass emails

2008-09-04 Thread Per Jessen
mike wrote: In my opinion, this is what MTAs are designed for... Personally I throw every email I need to send at the MTA (postfix is the best!) and then let it handle processing the queue. If it goes too slow or too fast that's when you can alter the configuration Agree 100%. Postfix (or