From: Ank Ag Date: 2008-07-01T02:03:16+09:00 Subject: Errror: Both user and Secret Are Required Hello when i try to send mail using actionmailer using gmail i get an error "Both user and Secret Are Required" Any Idea What needs to be done. here are my settings config.action_mailer.smtp_settings = { :address => "smtp.gmail.com", :port => 587, :authentication => :plain, :username => "abcmd342@gmail.com", :password => 'some password' } Thank you. -- Posted via http://www.ruby-forum.com/.