Displaying 1 result from an estimated 1 matches for "m5120507".
Did you mean:
20120507
2007 Aug 10
1
ActionMailer and Dreamhost
...ler::Base.delivery_method = :sendmail
ActionMailer::Base.server_settings = {
:address => ''mail.domain.info'',
:port => 25,
:domain => ''subdomain.domain.info'',
:user_name => ''m5120507'',
:password => ''password'',
:authentication => :login,
}
ActionMailer::Base.raise_delivery_errors = true
ActionMailer::Base.perform_deliveries = true
ActionMailer::Base.default_charset = ''utf-8''
When looking at the log...