Hi,
I cant send a email from my localhost xampp/win7
I dont get an error , I just get nothing
I set up the email and also config. I read the docs and couldnt see anything on this.
http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
$Email = new CakeEmail();
$Email->config('smtp')
->from('email@gmail.com')
->to('jagguy999@gmail.com')
->subject('Test')
->send($message);
public $smtp = array(
'transport' => 'Smtp',
'from' => array('site@localhost' => 'My Site'),
'host' => 'localhost',
'port' => 25,
'timeout' => 30,
'username' => 'user',
'password' => 'secret',
'client' => null,
'log' => false,
//'charset' => 'utf-8',
//'headerCharset' => 'utf-8',
);
-- I cant send a email from my localhost xampp/win7
I dont get an error , I just get nothing
I set up the email and also config. I read the docs and couldnt see anything on this.
http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
$Email = new CakeEmail();
$Email->config('smtp')
->from('email@gmail.com')
->to('jagguy999@gmail.com')
->subject('Test')
->send($message);
public $smtp = array(
'transport' => 'Smtp',
'from' => array('site@localhost' => 'My Site'),
'host' => 'localhost',
'port' => 25,
'timeout' => 30,
'username' => 'user',
'password' => 'secret',
'client' => null,
'log' => false,
//'charset' => 'utf-8',
//'headerCharset' => 'utf-8',
);
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment