
@Muturi, I think what @Adam is implying is that you are better of using MailChimp or an equivalent service, since they have already taken care of the myriad issues surrounding bulk emailing, of which, as you mention, getting blocked for sending out too much emails from one server is one of them. On the other hand, if you are in the mood of reinventing the wheel, then consider NOT sending all the emails in the same PHP loop, but instead consider the following: 1. sleep() between the sending of each email 2. A cron job which calls your PHP code which sends the emails, but LIMITs itself to a few emails per call. 3. I am 99.99% sure that there exists a PHP mailing spooling library which does exactly that way better, I can't remember the exact name though. On Sun, Jul 28, 2013 at 8:45 PM, Adam Nelson <adam@varud.com> wrote:
Bulk emailing is already commoditized and you won't be able to do similar cost/quality to the existing SaaS vendors unless you make it your only businesss.
--- Kili.io - OpenStack for Africa: https://angel.co/kili-io Musings: https://twitter.com/varud About Adam: https://www.linkedin.com/in/adamcnelson
On Sun, Jul 28, 2013 at 6:19 PM, Pauline Kitheka <kithekapauline@gmail.com
wrote:
What do you mean by host guy blocking my site, why would the normal calls to a mail server not work in your scenario.
On Sunday, July 28, 2013, Ken Muturi wrote:
I want to write a bulk emailing app (PHP/MYSQL), am worried about server loads and host guy blocking my site ??
Which is the best/appropriate approach for writing this app.
-- Tech support www.kentechie.com
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Regards, Peter Karunyu -------------------