cakePHP- Email client: Reading gmail inbox on localhost
问题 I am currently doing a project, but I am still working on the local machine. The problem is that I can't seem to connect the gmail mailbox using this plugin The real problem is, that I do not know the code for connecting with gmail account on localhost using the plugin. I have this in my config : public $emailTicket = array( 'datasource' => 'ImapSource', 'server' => 'localhost', 'connect' => 'imap/tls/novalidate-cert', 'username' => '************@gmail.com', 'password' => '*********', 'port'