|
Hi!
I'm trying to send E-mails using CakeEmail class from cake 2.0 on Host Gator server. When I use the gmail's SMTP works fine, but when I change to HostGator I receive the following message: SMTP Error: 535 Incorrect authentication data Error: An Internal Error Has Occurred. I'm using this data to connect to host gator: class EmailConfig { public $default = array( 'transport' => 'Smtp', 'from' => array('[hidden email]'=>'GWD'), 'host' => 'mail.gwd-web.com.br', 'port' => 26, 'timeout' => 30, 'username' => '[hidden email]', 'password' => '*****', 'client' => null, 'log' => true, 'charset' => 'utf-8', 'headerCharset' => 'utf-8', ); I had already try using the port 25, 26 e 456(for ssl connection) and using smtp.gwd-web.com.br To see the stack trace you can acess http://gwd-web.com.br/gwdweb/pages/contato e try to send the form. Thanks! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
535 is incorrect username/password
http://www.xequte.com/support/maillistking/smtperrors.html I have never seen 26 used for mail (but I may be wrong); 465,25 or 587 - S On 8 February 2012 23:08, will <[hidden email]> wrote: Hi! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
|
On Thu, Feb 9, 2012 at 8:11 AM, Sam Sherlock <[hidden email]> wrote: 535 is incorrect username/password Hello.. First, Im sorry. This is might be a 'silly question' since I'm 'pirating' another thread. But, since my prob is around Email Component, i think it's OK. CMIIW. I've tried sending email thru' cakePHP but got an error : 101 Connection time out. I'm using Ubuntu. Don't know if it's has an effect. Haven't tried running it on Windows yet, since it'll take so long. I mean, I need to install it first on my virtual box. Hope got some answers . Thank you so much berfore..
Regards,,, thom -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/cake-php |
| Powered by Nabble | Edit this page |
