]> git.openstreetmap.org Git - rails.git/blob - config/initializers/action_mailer.rb
Prepare for Rails 2.1+, as we will no longer be able to use a symbol in the set_fixtu...
[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 }