Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

Re: [PHP3] Looking for PHP3 codes to send a large volumn of newsletters From: Chris Adams (chris <email protected>)
Date: 08/16/99

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>