Hey - can anyone spare a few minutes to explain how to set-up
actionmailer in Rails 2.2.2
I have read the API but still not sure if I'm changing the correct
file?
I am going nuts with this!
Do I add my smtp settings to environment.rb or edit them in base.rb
in the actionmailer folder?
The error message I receive when trying to send emails is
SocketError: getaddrinfo: Name or service not known
If anyone can spare a few mins either on this thread or on MSN/Skype/
Google chat I would really appreciate it
Mail Server Username: noreply+thinkersplayground.com
Outgoing Mail Server: mail.thinkersplayground.com (server requires
authentication) port 25
Outgoing Mail Server: (SSL) server.600host.net (server requires
authentication) port 465
Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)
If actionmailer requires SSL then does that mean I need to set smtp
settings to:
:address => "server.600host.net",
:port => 465,
:domain => "thinkersplayground.com",
:authentication => :login,
:user_name => "noreply+thinkersplayground.com",
:password => "password"