Hello,
I created a newsletter on my website and try to send it to my 500 subscribers. But it seems that only the first 50 emails on my database got the newsletter. And I found out that because we are in a shared hosting there is a limitation set in sending emails. There is a limit of 50 emails per 5 minutes and 200 per hour. So, I modify my sending script and use sleep() function. It sends 50 emails then sleep for 5 minutes then send then sleep and so on. But I know that this is not a good idea most of all when your subscribers turns to thousand. So can you recommend any method/solution for me to send a large size of emails in one go. I'm using PHP.
Thank you very much.
Sending newsletter to large emails
Page 1 of 14 Replies - 797 Views - Last Post: 05 October 2009 - 07:58 PM
Replies To: Sending newsletter to large emails
#2
Re: Sending newsletter to large emails
Posted 05 October 2009 - 03:42 AM
Science problem is on your hosting the only hosting provider will solve this problem. (My opinions)
This post has been edited by noorahmad: 05 October 2009 - 03:55 AM
#3
Re: Sending newsletter to large emails
Posted 05 October 2009 - 04:32 AM
Use an external SMTP server, your host's SMTP Server won't have restrictions (usually). You could also always use Gmail's, etc.
#4
Re: Sending newsletter to large emails
Posted 05 October 2009 - 04:38 AM
Quote
You could also always use Gmail's, etc.
hmmm... now i got it, why peoples are using Gmail or any other mail server
#5
Re: Sending newsletter to large emails
Posted 05 October 2009 - 07:58 PM
Thank you for the fast reply.. But, how about PEAR. Do guys have idea how to use it? Or is it really solve my problem? Thanks
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|