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('[email protected]'=>'GWD'),
                'host' => 'mail.gwd-web.com.br',
                'port' => 26,
                'timeout' => 30,
                'username' => '[email protected]',
                '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
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to