]> git.openstreetmap.org Git - rails.git/blob - config/initializers/action_mailer.rb
Closes #1350 through updating amf_controller to use the newer closed_at method of...
[rails.git] / config / initializers / action_mailer.rb
1 # Configure ActionMailer
2 ActionMailer::Base.smtp_settings = {
3   :address => 'localhost',
4   :port => 25, 
5   :domain => 'localhost',
6 }