Welcome Guest, Not a member yet? Register   Sign In
how to send bulk email in Codeigniter ?
#2

[eluser]depthcharge[/eluser]
Here is how I would basically go about it.

1. Create a queue system in the database (tailored to your specific sending requirements)
2. Enter emails within this queue
3. Cron job periodically checking the queue, pulling ** amount from queue and sending (allowing rate to be modified for tweaking).
4. Handle Bounces using some kind of VERP system.

Codeigniter's email class has good documentation within the userguide for sending the emails.


Messages In This Thread
how to send bulk email in Codeigniter ? - by El Forum - 05-20-2009, 12:12 AM
how to send bulk email in Codeigniter ? - by El Forum - 05-20-2009, 12:51 AM
how to send bulk email in Codeigniter ? - by El Forum - 05-20-2009, 12:56 AM
how to send bulk email in Codeigniter ? - by El Forum - 05-20-2009, 01:56 AM
how to send bulk email in Codeigniter ? - by El Forum - 05-21-2009, 01:42 AM
how to send bulk email in Codeigniter ? - by El Forum - 06-27-2009, 11:10 AM
how to send bulk email in Codeigniter ? - by El Forum - 06-27-2009, 11:19 AM
how to send bulk email in Codeigniter ? - by El Forum - 06-27-2009, 11:21 AM
how to send bulk email in Codeigniter ? - by El Forum - 06-27-2009, 09:57 PM
how to send bulk email in Codeigniter ? - by El Forum - 06-28-2009, 01:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB