Hello,
I''m trying to use Joseph Hostney''s salted_login_generator and
I have
everything working except the email verification part. My ISP (optimum
online) has restricted access to port 25 for spamming reasons and I am only
allowed to use their SMTP server to send out emails. This is fine, but I
keep getting the following error when I try to send mail using ActionMailer:
Net::SMTPUnknownError in Account#signup
533 5.7.1 AUTH command is not enabled.
I was just wondering if anyone else had a similar problem? I have defined
the AM properties in my development.rb file like so:
ActionMailer::Base.server_settings = {
:address => "mail.optonline.net
<http://mail.optonline.net>",
:authentication => :plain
}
ActionMailer::Base.raise_delivery_errors = true
I even tried with the authentication method set to login, but that
didn''t
work either. Has anyone exeprienced this or has a solution?
Thanks,
Ramin
--
- Ramin
http://www.getintothis.com/blog
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails