Forum Moderators: coopster

Message Too Old, No Replies

Is there a limit when using mail()

when the list of recipients is long

         

mgm_03

2:07 pm on Sep 11, 2004 (gmt 0)

10+ Year Member




I read somewhere that PHP's mail() function should not be used for instances where you have more than 300 (approx) recipients. I think the argument was that the server might time-out. Don't know if this valid or not?

If it is true, and supposing I want to mail a newsletter to a group containing more than 300, what alternative solution is available?

Is there a more efficient process for managing a list of email contacts? Would some type of mailing list manager be the way to go?

dreamcatcher

4:34 pm on Sep 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Personally I would recommend ListMessenger, which I have used for a while now and seems pretty good. You can send mail using PHP`s mail() function or your ISP`s smtp set up. Its free too. :)

vincevincevince

5:04 pm on Sep 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can use a number of software suites, such as MasterMail, SofterMail, or the excellent software mentioned above. All these will handle your mailing service perfectly.

mgm_03

6:10 pm on Sep 11, 2004 (gmt 0)

10+ Year Member



muchas gracias...i'll check them out.