Welcome Guest, Not a member yet? Register   Sign In
problem with codeigniter html mail
#3

[eluser]LoRdCoStE[/eluser]
mm strange, because if I use the same code but instead of:
Code:
$mails = array();
        
        foreach($this->mail->getMail() as $m) {
              if($this->_isValidMail($m['mail']))
             $mails[] = trim($m['mail']);
        }

use:
Code:
$mails = array();
$mails[0] = '[email protected]';

I recive the email and is readable, the client is the same because my address is also stored in the database so is returned by $this->mail->getMail(), but in that case the mail is not readable :/


Messages In This Thread
problem with codeigniter html mail - by El Forum - 04-09-2010, 11:36 AM
problem with codeigniter html mail - by El Forum - 04-09-2010, 11:46 AM
problem with codeigniter html mail - by El Forum - 04-09-2010, 12:11 PM
problem with codeigniter html mail - by El Forum - 04-09-2010, 12:43 PM
problem with codeigniter html mail - by El Forum - 04-09-2010, 02:40 PM
problem with codeigniter html mail - by El Forum - 04-10-2010, 10:30 AM
problem with codeigniter html mail - by El Forum - 04-11-2010, 12:22 PM
problem with codeigniter html mail - by El Forum - 05-27-2010, 05:33 AM
problem with codeigniter html mail - by El Forum - 05-27-2010, 07:37 AM
problem with codeigniter html mail - by El Forum - 05-27-2010, 07:39 AM
problem with codeigniter html mail - by El Forum - 10-13-2010, 11:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB