-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Onur Özgür ÖZKAN
committed
Jun 12, 2013
1 parent
20a81d4
commit 7cf2df8
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ def convert_application_css_to_sass | |
def configure_smtp | ||
|
||
config = <<-RUBY | ||
config.action_mailer.delivery_method = :smtp | ||
config.action_mailer.delivery_method = :smtp | ||
config.action_mailer.smtp_settings = { | ||
:address => 'smtp.mandrillapp.com', | ||
:port => 587, | ||
|
@@ -116,7 +116,7 @@ def configure_smtp | |
# Interval: Setup exception_notification | ||
def set_exception_notification | ||
config = <<-RUBY | ||
config.middleware.use ExceptionNotifier, | ||
config.middleware.use ExceptionNotifier, | ||
:email_prefix => "[#{app_name}] ", | ||
:sender_address => %{"notifier" <no-reply@#{app_name}.com>}, | ||
:exception_recipients => %w{[email protected]} #TODO change this with original | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters