I am getting the following error when running the mailer sample in "agile
web development with rails"
Net::SMTPSyntaxError in Test#create_order
503 AUTH command used when not advertised
my environment.rb is as follows
ActionMailer::Base.server_settings = {
:address => "smtp.net4india.com",
:port => 25,
:domain => "net4india.com",
:authentication => :login,
:user_name => "ananth-ln4ZGGDmL9Oe8kRwQpwjMg@public.gmane.org",
:password => "my pwd"
}
Does anyone have any suggestions?
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
On Oct 25, 2005, at 12:33 PM, Ananthakrishnan wrote:> I am getting the following error when running the mailer sample in > “agile web development with rails” > > Net::SMTPSyntaxError in Test#create_order 503 AUTH command used > when not advertised > > my environment.rb is as follows > > ActionMailer::Base.server_settings = { > > :address => "smtp.net4india.com", > > :port => 25, > > :domain => "net4india.com", > > :authentication => :login, > > :user_name => "ananth-ln4ZGGDmL9Oe8kRwQpwjMg@public.gmane.org", > > :password => "my pwd" > > > }It sounds like your SMTP server might not support the AUTH authentication method. - Jamis
Does any of the free email provider''s yahoo\Google\hotmail etc support this? If yes can someone let me know what settings should be used? -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Jamis Buck Sent: Wednesday, October 26, 2005 12:29 AM To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails] Action mailer On Oct 25, 2005, at 12:33 PM, Ananthakrishnan wrote:> I am getting the following error when running the mailer sample in > "agile web development with rails" > > Net::SMTPSyntaxError in Test#create_order 503 AUTH command used > when not advertised > > my environment.rb is as follows > > ActionMailer::Base.server_settings = { > > :address => "smtp.net4india.com", > > :port => 25, > > :domain => "net4india.com", > > :authentication => :login, > > :user_name => "ananth-ln4ZGGDmL9Oe8kRwQpwjMg@public.gmane.org", > > :password => "my pwd" > > > }It sounds like your SMTP server might not support the AUTH authentication method. - Jamis _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails