diff --git app/models/mail_handler.rb app/models/mail_handler.rb index d11b6f4..e58f07b 100755 --- app/models/mail_handler.rb +++ app/models/mail_handler.rb @@ -148,6 +148,7 @@ class MailHandler < ActionMailer::Base end end User.current = @user + ::I18n.locale = :en dispatch end