We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1853a commit 49350e3Copy full SHA for 49350e3
config/environments/production.rb
@@ -82,7 +82,9 @@
82
83
84
#These settings are for the sending out email for active admin and consequently the devise mailer
85
- ActionMailer::Base.delivery_method = :smtp
+ config.action_mailer.raise_delivery_errors = true
86
+ config.action_mailer.delivery_method = :smtp
87
+ config.action_mailer.perform_deliveries = true
88
ActionMailer::Base.smtp_settings = {
89
:address => "smtp.sendgrid.net",
90
:port => "25",
0 commit comments