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 =>
"myuse...@googlemail.com",
:password => "mypassword"
}
It gives me the following error: