Email Class - does not send when using an array for the TO |
[eluser]corkscrew[/eluser]
Attempting to send emails using the CI Email Class. Sends emails as long as I use a comma-delimited list of email addresses. If I use an array (from the db) it displays a message saying that the email was sent - but does not actually send an email. That is - no messages are received. very confusing - any ideas would be appreciated. Code: $this->load->library('email'); |
Messages In This Thread |
Email Class - does not send when using an array for the TO - by El Forum - 05-03-2010, 08:41 PM
Email Class - does not send when using an array for the TO - by El Forum - 05-04-2010, 04:16 AM
|