[Cruisecontrolrb-users] gmail smtp config help?

Chad Woolley thewoolleyman at gmail.com
Wed Feb 13 05:07:36 EST 2008


When I use this in my site_config:

ActionMailer::Base.smtp_settings = {
  :address =>        "smtp.gmail.com",
  :port =>           587,
  :domain =>         "cc-hostname.com",
  :authentication => :plain,
  :user_name =>      "username at gmail.com",
  :password =>       "password"
}

I get this error on a failing build:

535 5.7.1 Credentials Rejected h34sm2177938wxd.38 at
/usr/local/lib/ruby/1.8/net/smtp.rb:577:in `auth_plain'

I have verified the username/pw is valid, I can log in via gmail web
interface.  I have tried both username and username at gmail.com.  Anyone
have a working gmail example I can use?

Thanks,
-- Chad


More information about the Cruisecontrolrb-users mailing list