diff options
author | francis <francis> | 2007-12-13 12:36:13 +0000 |
---|---|---|
committer | francis <francis> | 2007-12-13 12:36:13 +0000 |
commit | 3b9786bbf3b7f3d44e6ce2eed45c5f2d01c85006 (patch) | |
tree | 4efe68782eb5c4f9d5e8e82a1884365b37075a44 /config/environment.rb | |
parent | 342077d5ecff73f2eeb4c0b8a4894f9bc1236cae (diff) |
Only use sendmail for mail delivery in dev and production, not in test.
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 - |