php3-list | 199908
Date: 08/16/99
- Next message: Jason Slocomb: "[PHP3] Environment variables under Win32"
- Previous message: Peter D. Kovacs: "Re: [PHP3] Array without POST"
- Maybe in reply to: ²ø¶@µ: "[PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 16 Aug 1999 21:41:23 +0800, ÝøÝ@Ýq wrote:
>Can anyone has a solution to send a large volumn of newsletters? and somehow
>I may need to modify the source codes, so any binary codes is no good.
1. Setup an expansion address in your server's configuration so php just
sends a mail to "expander" and let sendmail manage the volume.
2. Configure sendmail to initially only queue the messages (so it doesn't try
to send each one).
3. Replace sendmail with something more efficient.
#1 will be easiest by far but it only works if you aren't trying to send
individual messages to each recipient. If you're trying to send customized
mail, you'll need to do either #2 or #3.
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jason Slocomb: "[PHP3] Environment variables under Win32"
- Previous message: Peter D. Kovacs: "Re: [PHP3] Array without POST"
- Maybe in reply to: ²ø¶@µ: "[PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

