Re: [PHP] Mass email

2008-10-22 Thread Andrew Johnstone
Before considering outsourcing this you should consider the following. 1. Frequency of emails, I.e daily, weekly, monthly etc. 2. Hosting, are you on dedicated servers, shared hosting. a) do you control the domain name, enough to enable rDNS. b) does your hosting company restrict out going

Re: [PHP] Mass email

2008-10-21 Thread Richard Heyes
I have a client who wants to send out mass emails to 37,000+ opt-in members (i.e., not spam). Any suggestions as to the best way to do this? Outsource it. -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org -- PHP General Mailing List

[PHP] Mass email

2008-10-20 Thread tedd
Hi gang: I have a client who wants to send out mass emails to 37,000+ opt-in members (i.e., not spam). Any suggestions as to the best way to do this? Thanks, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List

Re: [PHP] Mass email

2008-10-20 Thread Daniel Brown
On Mon, Oct 20, 2008 at 5:24 PM, tedd [EMAIL PROTECTED] wrote: Hi gang: I have a client who wants to send out mass emails to 37,000+ opt-in members (i.e., not spam). Any suggestions as to the best way to do this? Letting a third party such as AWeber[1] handle it may be your best bet.

Re: [PHP] Mass email

2008-10-20 Thread Stut
On 20 Oct 2008, at 22:24, tedd wrote: I have a client who wants to send out mass emails to 37,000+ opt-in members (i.e., not spam). Any suggestions as to the best way to do this? In my experience it's easiest to outsource this once you get past a few thousand subscribers otherwise you'll

Re: [PHP] Mass email

2008-10-20 Thread Chris
tedd wrote: Hi gang: I have a client who wants to send out mass emails to 37,000+ opt-in members (i.e., not spam). Any suggestions as to the best way to do this? It's been on the list a few times but personally I'd check out commercial software first, then look at doing your own. The

Re: [PHP] Mass email

2008-10-20 Thread Robert Cummings
On Tue, 2008-10-21 at 08:39 +1100, Chris wrote: tedd wrote: Hi gang: I have a client who wants to send out mass emails to 37,000+ opt-in members (i.e., not spam). Any suggestions as to the best way to do this? It's been on the list a few times but personally I'd check out

[PHP] Mass email with php on a windows server

2005-03-04 Thread Reinhart Viane
I use a while loop and the mail function to send email to all subscribers of a site. This works fine for 50 users but I know there can be some problems when you do it like this for 1000 users. Eg. Limit of page execution is exceeded and even server crashes because each time a mail is send