diff options
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/environment.rb b/config/environment.rb index 6382eeb7a..ccf4c9ed6 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -87,7 +87,4 @@ end # Domain for URLs (so can work for scripts, not just web pages) ActionController::UrlWriter.default_url_options[:host] = MySociety::Config.get("DOMAIN", 'localhost:3000') -# So that it queues the message if there is a temporary error -ActionMailer::Base.delivery_method = :sendmail - |