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

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 would

Re: [PHP] Sending out mass emails

2008-09-04 Thread Wolf
> 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. Check the list archives for these answers. Someone asked about this within the last 14 days even. As for the spamming, you spam

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