diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index bdd9ea2..3e0f999 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -176,5 +176,6 @@ class UserMailer < ActionMailer::Base else @host = UserMailer.default_url_options[:host] end + default_url_options[:host] = @host end end