Re: Email component with smtp error: 503

2009-03-04 Thread remy

I'm afraid, it's more complicated than that...
When I unset the username and password, I get the error 550 unknown
user. So the authentication should work.

Any idea what this could be?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Email component with smtp error: 503

2009-03-03 Thread brian

On Tue, Mar 3, 2009 at 8:18 AM, remy remyjacob...@gmail.com wrote:

 Hello all,

 I'm trying to get the Email component to work with smtp. I'm using the
 right smtpOptions for the server, but I keep receiving the error: 503
 AUTH command used when not advertised

 Can I anyone tell me what I do wrong and what the error means? I can't
 find any solution on the cake site or somewhere else on the internet

um ...
http://www.google.com/search?source=ighl=enrlz=1G1GGLQ_ENUS271=q=AUTH+command+used+when+not+advertisedbtnG=Google+Searchaq=f

The problem is that your SMTP server has AUTH=0 set but you're passing
a username  password anyway. Unset those and it should be fine.

Note that I don't use Cake's EmailComponent so it may be more
complicated than that.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---