X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2fad5f7c92055755e0a662ed22943b7d3f92e909..a46c4083ae491ea5f0bd2be6c4bea8c795fedaa3:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 03e956082..781d332d9 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -50,4 +50,11 @@ end # inflect.uncountable %w( fish sheep ) # end -# Include your application configuration below \ No newline at end of file +# Include your application configuration below + + +ActionMailer::Base.server_settings = { + :address => "localhost", + :port => 25, + :domain => 'localhost', +}