Thanks for the code Flemming… This should come in handy for a CMS that I am currently working on.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 14, 2008 1:40am
Subscribe [12]#16 / Nov 18, 2009 10:22am
Thanks for the code Flemming… This should come in handy for a CMS that I am currently working on.
#17 / Oct 25, 2010 10:31am
Thanks a lot for that example- wouldn’t have managed without it
#18 / Nov 02, 2010 1:00pm
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.