Richard Heyes wrote:

>> 1. Using mail(), same email sent to 1000 users.
>> 
>> Script finished in 200ms (1000 emails delivered to local MTA).
>> Delivery to target MTA over 100Mbit LAN took about 6s.
> 
> That settles it then. The mail() command will be more than fast enough
> for my needs.
> 
> Thanks.

Note - this was one call to mail():  

mail("<user1>,<user2>,<user3> ......",subject,text);


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to