Hey For gmail to work you should probably be using port 587 or 465. Also, you need to be sure that you've enabled IMAP access from within your gmail account settings, otherwise it'll be refused also.
On 18 December 2014 at 21:43, ajt <[email protected]> wrote: > > This isnt working and I need help as I cant fund help from the docs.I set > up the settings and in the config file I have > > > public $gmail = array( > 'from' => array('[email protected]' => 'Aptutoring'), > 'host' => 'localhost', > 'port' => 25, > 'username' => '[email protected]', //I changed the name but he > email/password is real gmail account > 'password' => 'test', > // 'transport' => 'Smtp' > ); > > public $smtp = array( > 'transport' => 'Smtp', > // 'from' => array('site@localhost' => 'My Site'), > 'from' => array('[email protected]' => 'My Site'), > 'host' => 'localhost', > 'port' => 25, > 'timeout' => 30, > 'username' => 'user', > 'password' => 'secret', > 'client' => null, > 'log' => false, > //'charset' => 'utf-8', > //'headerCharset' => 'utf-8', > ); > > > No connection could be made because the target machine actively refused it. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards Stephen Speakman -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
