Displaying 1 result from an estimated 1 matches for "forwardfab".
Did you mean:
forwarda
2008 Sep 22
0
ActionMailer with Google Apps
...onfiguration settings, but I decided to try the "direct connect"
approach first.
Here are my smtp settings in environment.rb:
ActionMailer::Base.smtp_settings = {
:tls => true,
:address => "smtp.gmail.com",
:port => "587",
:domain => "forwardfab.com",
:authentication => :plain,
:user_name => "USERNAME",
:password => "PASSWORD"
}
I have a few issues with this approach, and I have a few questions
concerning differences between having a local postfix server relay the
request to google, as opppose...