Welcome Guest, Not a member yet? Register   Sign In
How to integrate Mail Queue with CodeIgniter
#11

[eluser]MikeHibbert[/eluser]
Flemming you old dog!

Giving away trade secrets lol!

Mike
#12

[eluser]bd3521[/eluser]
Very nice work.

You may want to flag any !$email_sent and try to requeue them if something doesn't work in transmission.
#13

[eluser]Michael Nielsen[/eluser]
?
#14

[eluser]bd3521[/eluser]
See flemming's code:

if (!$email_sent)
.....
#15

[eluser]miss_amylee[/eluser]
sorry..i hav Question.. wat is html for ( $this->email->message($newsletterData->html)Wink..is dat mean we can save our html page (which is view file) in d database?sory..im new in CI..if its can, how to save view file to d database..tq
#16

[eluser]eokorie[/eluser]
Thanks for the code Flemming... This should come in handy for a CMS that I am currently working on.
#17

[eluser]mmatti[/eluser]
Thanks a lot for that example- wouldn't have managed without it
#18

[eluser]Ki[/eluser]
CI uses php mail() and it is worth noting that the mail() function is not suitable for
larger volumes of email in a loop. This function opens and closes an SMTP
socket for each email, which is not very efficient.

For the sending of large amounts of email, see the » PEAR::Mail, and »PEAR::Mail_Queue packages.




Theme © iAndrew 2016 - Forum software by © MyBB