Welcome Guest, Not a member yet? Register   Sign In
tips needed regarding mailing using CI
#4

[eluser]Référencement Google[/eluser]
[quote author="wascko" date="1231985419"]Hi,
Can i trust the email class to send up to 5000 mails?
What's my alternative ?
[/quote]

The Email class is build to forge and send emails, not to manage so long mailing lists, so your only alternative would be to build a mailing list system of your own that rely on the Email class for sending (you can trust it for this feature)

What you should do is have a DB table to track all sent email per mailing ID and send for example flows of 300 emails at once and make loop your script until all emails flagged to "sent".

My english is not so good, hope you get the point.


Messages In This Thread
tips needed regarding mailing using CI - by El Forum - 01-14-2009, 02:10 PM
tips needed regarding mailing using CI - by El Forum - 01-14-2009, 03:25 PM
tips needed regarding mailing using CI - by El Forum - 01-15-2009, 09:01 AM
tips needed regarding mailing using CI - by El Forum - 01-16-2009, 09:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB