Sending Bulk Emails using PHP
Posted
by Rose
on Stack Overflow
See other posts from Stack Overflow
or by Rose
Published on 2010-05-30T09:05:09Z
Indexed on
2010/05/30
9:12 UTC
Read the original article
Hit count: 422
Hi All
I have to send mails to all users in the site when a new user joins. My problem is the script stops execution after sending around 400 mails. I have set the set_time_limit to 0. And also I am giving sleep(2) after sending 10 mails.
What may be the reason behind this issue.Any solution for this problem . Is there any better method to send bulk emails?
Thanks in Advance
Rose
© Stack Overflow or respective owner