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 =>      "[EMAIL PROTECTED]",
  :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 [EMAIL PROTECTED]  Anyone
have a working gmail example I can use?

Thanks,
-- Chad
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to