php-general | 2001072
Date: 07/24/01
- Next message: Rasmus Lerdorf: "Re: [PHP] .htaccess"
- Previous message: Kyle Smith: "[PHP] URGENT... NEED HELP!!!"
- In reply to: Justin Farnsworth: "Re: [PHP] mailing in batches"
- Next in thread: Don Read: "Re: [PHP] mailing in batches"
- Reply: Don Read: "Re: [PHP] mailing in batches"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So sprach »Justin Farnsworth« am 2001-07-24 um 04:52:57 -0400 :
> > > Also is there any examples of this kind of app?
>
> Just do something like this with shell, logically
>
> while read_line_from_email_address_list ; do
> cat your_text_file | mail -s "Your Subject" address_from_list;
> sleep 1;
> done;
Hmm, this is no good if you have a REAL huge list. If there are more
than 86.400 recipients, it'll take more than a day to do the queuing.
BUT: talking about such huge numbers, I'd not take sendmail anyway.
There are better solutions which also have additional features.
Handling all those bounces manually will be a mess.
Alexander Skwar
-- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digitalprojects.com | http://www.iso-top.de iso-top.de - Die günstige Art an Linux Distributionen zu kommen Uptime: 1 day 18 hours 10 minutes-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP] .htaccess"
- Previous message: Kyle Smith: "[PHP] URGENT... NEED HELP!!!"
- In reply to: Justin Farnsworth: "Re: [PHP] mailing in batches"
- Next in thread: Don Read: "Re: [PHP] mailing in batches"
- Reply: Don Read: "Re: [PHP] mailing in batches"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

