Kind of an off-shoot question, but has anyone created functions to interface PHP and one of the popular mailing list management software packages like Majordomo or Mailman?
-----Original Message----- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 10:29 AM To: andy Cc: [EMAIL PROTECTED] Subject: Re: [PHP] sending 1000 emails to subscribed members via php? On Wed, 12 Jun 2002, andy wrote: > I am wondering whats wrong with my php script. I am trying to write a > newsletter to 150 members. Therefore I did seperate the adresses with a , > After about 1 minute php gave up telling me mail has failed. > > Is there a restriction on sening mail via mail(xx) via php? > > Anyway what do I do if I would have 10000 members. This might take lots of > cpu?! So I would like to keep it via my webinterface, but be able to email > to all members. Use PHP to manage a list of subscribers that is in a format acceptable to your MTA (.qmail, sendmail alias file, etc.). Then you can just use one call to mail() and let your MTA take care of it, which is what it's made for (and not what PHP is made for). miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php **************************************************************************** This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message. Thank you very much. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php