wagn action mailer settings
Submitted by Sam Rose on Tue, 10/27/2009 - 07:34
The following goes into wagn.rb file (not environment.rb)
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
:address => "localhost",
:port => "25",
:domain => "mydomain.org",
}- Sam Rose's blog
- Login to post comments

