This is a known bug ... IIRC it involves a version of the code that's not 
prepared to handle the third argument required when connecting to a TLS server. 
  

Here are instructions for fixing it:

        http://jira.public.thoughtworks.org/browse/CCRB-187

Evan


On Sep 17, 2010, at 3:24 AM, Christopher Gaudig wrote:
> Hi again (sorry to bother you),
> 
> can anyone send me a working eMail configuration, let's say for gmail? I am 
> having trouble with this one here:
> 
> ActionMailer::Base.smtp_settings = {
>   :address =>        "smtp.gmail.com",
>   :port =>           587,
>   :domain =>         "googlemail.com",
>   :tls => "true", 
>   :authentication => :login,
>   :user_name =>      "[email protected]",
>   :password =>       "mypassword"
> }
> 
> It gives me the following error:
> 
> Error in plugin EmailNotifier: wrong number of arguments (3 for 2)
> 
> Any help would be appreciated. Thanks!
> 
> Regards
> Chris
> 
> _______________________________________________
> Cruisecontrolrb-users mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

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

Reply via email to