Commit 2d8d610eceb153b678e3ecbfd788a8d180a4c6fa
- Date: Thu Apr 10 02:36:40 +0000 2008
- Committer: Tim Dysinger (tim@dysinger.net)
- Author: Tim Dysinger (tim@dysinger.net)
- Commit SHA1: 2d8d610eceb153b678e3ecbfd788a8d180a4c6fa
- Tree SHA1: f9dc00fe6653a6cebf4ad9775576abe47c8c0219
changed development to send email
Commit diff
| |   |
| 16 | 16 | |
| 17 | 17 | # Don't care if the mailer can't send |
| 18 | 18 | config.action_mailer.raise_delivery_errors = false |
| 19 | | config.action_mailer.delivery_method = :test |
| 19 | config.action_mailer.delivery_method = :sendmail |
| 20 | 20 | ExceptionNotifier.exception_recipients = YAML.load_file(File.join(RAILS_ROOT, |
| 21 | 21 | "config/gitorious.yml"))["exception_notification_emails"] |
| toggle raw diff |
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -16,6 +16,6 @@ config.action_view.debug_rjs = true
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
-config.action_mailer.delivery_method = :test
+config.action_mailer.delivery_method = :sendmail
ExceptionNotifier.exception_recipients = YAML.load_file(File.join(RAILS_ROOT,
"config/gitorious.yml"))["exception_notification_emails"]
\ No newline at end of file |