Skip to content

Commit

Permalink
Remove www from email links (#5013)
Browse files Browse the repository at this point in the history
  • Loading branch information
cielf authored Feb 12, 2025
1 parent 69c4891 commit 01be8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
config.eager_load = true

routes.default_url_options[:host] = 'humanessentials.app'
config.action_mailer.default_url_options = { host: "www.humanessentials.app" }
config.action_mailer.default_url_options = { host: "humanessentials.app" }
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: 'smtp.sendgrid.net',
Expand Down

0 comments on commit 01be8c8

Please sign in to comment.