]> git.openstreetmap.org Git - rails.git/blob - config/initializers/action_mailer.rb
The link is to the list of issues, not of reports, and there's no need for it to...
[rails.git] / config / initializers / action_mailer.rb
1 # Configure ActionMailer SMTP settings
2 ActionMailer::Base.smtp_settings = {
3   :address => "localhost",
4   :port => 25,
5   :domain => "localhost",
6   :enable_starttls_auto => false
7 }