Welcome Guest, Not a member yet? Register   Sign In
email bug
#6

[eluser]pocketmax[/eluser]
OK, this is an officially ridiculous bug in CI, why because my code ran fine in cakePHP...

Code:
$this->Email->to = '[email protected]';
                $this->Email->subject = 'test subject';
                $this->Email->replyTo = '[email protected]';
                $this->Email->from = '[email protected]';
                $this->Email->delivery = 'smtp';
                $this->Email->sendAs = 'html';
                $this->Email->smtpOptions=array(
                        'port'=>25,
                        'host'=>'192.168.1.4'
                );
                $this->Email->send('test');

OMG, this is so ridiculous. There was nothing wrong with my email server, it was ci the whole time! And after looking at some of the other posts about this, most of them either gave up or used third party plug-ins because they lost faith in ci's way of sending emails. This is so pathetic!


Messages In This Thread
email bug - by El Forum - 01-29-2010, 12:02 PM
email bug - by El Forum - 01-31-2010, 05:45 PM
email bug - by El Forum - 01-31-2010, 06:06 PM
email bug - by El Forum - 01-31-2010, 06:33 PM
email bug - by El Forum - 01-31-2010, 06:38 PM
email bug - by El Forum - 01-31-2010, 07:11 PM
email bug - by El Forum - 11-22-2010, 04:30 AM
email bug - by El Forum - 11-22-2010, 05:00 AM
email bug - by El Forum - 11-22-2010, 05:18 AM
email bug - by El Forum - 03-10-2011, 11:17 AM
email bug - by El Forum - 03-10-2011, 11:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB