Change server_settings to smtp_settings to avoid deprecation warning.
This commit is contained in:
parent
a7d41f09eb
commit
24ee5618ce
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ end
|
|||
# Include your application configuration below
|
||||
SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
|
||||
|
||||
ActionMailer::Base.server_settings = {
|
||||
ActionMailer::Base.smtp_settings = {
|
||||
:address => "localhost",
|
||||
:port => 25,
|
||||
:domain => 'localhost',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue