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=ig&hl=en&rlz=1G1GGLQ_ENUS271&=&q=AUTH+command+used+when+not+advertised&btnG=Google+Search&aq=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
-~----------~----~----~----~------~----~------~--~---

Reply via email to