Ch. 13 Password Reminder Problem

Hi all,

When I enter a valid email address in the remind me form and hit enter, I get the following error:

Net::SMTPUnknownError in EmailController#remind

533 5.7.1 AUTH command is not enabled.

I'd guess that you've got actionmailer setup to authenticate with your
smtp server and it is telling you it doesn't support authentication.

Fred