SEVIZ Posted May 9, 2009 Share Posted May 9, 2009 Can a standard server handle sending 200+ emails via a php form? Each message would be simply text and never have more than 150 characters. Link to comment https://forums.phpfreaks.com/topic/157510-solved-200-emails-sent-via-php/ Share on other sites More sharing options...
RussellReal Posted May 9, 2009 Share Posted May 9, 2009 yes, but it will probably be slow, mail they recommend using PEAR's mail package instead of using PHP's mail() function, since I guess it handles bulk better, but I'm not sure, I usually just use mail() Link to comment https://forums.phpfreaks.com/topic/157510-solved-200-emails-sent-via-php/#findComment-830428 Share on other sites More sharing options...
SEVIZ Posted May 9, 2009 Author Share Posted May 9, 2009 Just did a test on a shared server and it did work without timing out or erroring but it did take a decent amount of time as expected. Thanks. Link to comment https://forums.phpfreaks.com/topic/157510-solved-200-emails-sent-via-php/#findComment-830431 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.