gmail is port 995 for secure smtp.
On Feb 13, 2008, at 5:07 AM, Chad Woolley wrote:
> 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
> _______________________________________________
> Cruisecontrolrb-users mailing list
> Cruisecontrolrb-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users