Action::Mail

Do you must change :address, :port, :domain, :user_name and :password?

  HTH,

:address => “smtp.mail.yahoo.com”,

:port => 25,

:domain => “yahoo.com”,

:authentication => :login,

:user_name => “username”,

replace “username” with “myaccount@yahoo.com

:password => “password”,

replace “password” with your password for your yahoo account.

I replaced it with the follwing does it look ok ?

As long as your e-mail account is on the yahoo servers, this should do.

Best regards

Peter De Berdt