|
From: Ank Ag on 30 Jun 2008 13:03 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(a)gmail.com", :password => 'some password' } Thank you. -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: help with threads Next: Something like import/package in java? |