php3-list | 199908
Date: 08/15/99
- Next message: Roy Nasser - Equipe Técnica: "[PHP3] SuperCalendar..."
- Previous message: ˛ř¶@µ: "[PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Maybe in reply to: ˛ř¶@µ: "[PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Next in thread: Chris Adams: "Re: [PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Roger,
I think this was discussed a few weeks ago. If I remember correctly, the
general solution was to not call mail() 60,000 times from your PHP script.
Instead you could setup an alias in your /etc/aliases file that points to a
file containing the addresses of the subscribers (each on a separate line).
I've never tried this myself so maybe someone else can post the details I
may have missed?
I guess you could also setup a mailing list using Majordomo and then just
send the message to the Majordomo alias for that list.
-Philip
-- http://www.audiosurge.com Capturing the Energy of Music http://www.buymp3.com The New Way to Buy MusicAt 09:41 PM 8/16/99 +0800, =?big5?B?svi2QLVx?= wrote: >Hi.. everyone, > >I have been trying to use mail() to send netsletters to over 60,000 >subscribers. However, the machine is halted becuase of too many processes >were pending in the memeory. My PHP3 codes can only send less than 20,000 >newsletters. and it can be vary at anytime running the program. > >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. > >The platform runs the script is on DEC Alpha Unix with 2048M RAM. > >Best regards, >Roger Chuang >cchuang <email protected> >Systex Corp. Taiwan > > >-- >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> > > >
-- 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: Roy Nasser - Equipe Técnica: "[PHP3] SuperCalendar..."
- Previous message: ˛ř¶@µ: "[PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Maybe in reply to: ˛ř¶@µ: "[PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Next in thread: Chris Adams: "Re: [PHP3] Looking for PHP3 codes to send a large volumn of newsletters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

