ActionMailer::Base.smtp_settings = {
                    :tls            => true,
                    :address        => "smtp.gmail.com",
                    :port           => 587,
                    :domain         => "mail.aaaa.com",
                    :authentication => :plain,
                    :user_name      => "aaaaa",
                    :password       => "aaaaa"
}

is what we use

On Fri, Sep 17, 2010 at 3:54 PM, Christopher Gaudig <
christopher.gau...@dfki.de> 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 =>      "myusern...@googlemail.com"<myusern...@googlemail.com>
> ,
>   :password =>       "mypassword"
> }
>
> It gives me the following error:
>
> Error in plugin EmailNotifier: wrong number of arguments (3 for 
> 2)<http://localhost:3333/projects/cuslam_incremental>
>
> Any help would be appreciated. Thanks!
>
> Regards
> Chris
>
>
> _______________________________________________
> Cruisecontrolrb-users mailing list
> Cruisecontrolrb-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
>
>
_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to