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 69c4891 commit 01be8c8Copy full SHA for 01be8c8
config/environments/production.rb
@@ -13,7 +13,7 @@
13
config.eager_load = true
14
15
routes.default_url_options[:host] = 'humanessentials.app'
16
- config.action_mailer.default_url_options = { host: "www.humanessentials.app" }
+ config.action_mailer.default_url_options = { host: "humanessentials.app" }
17
config.action_mailer.delivery_method = :smtp
18
config.action_mailer.smtp_settings = {
19
address: 'smtp.sendgrid.net',
0 commit comments