Skip to content

Commit

Permalink
changed callback
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Jun 26, 2024
1 parent 73ed31e commit 3e0193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ApplicationMailer < ActionMailer::Base
before_action :add_smtputf8_header
before_action :convert_email_to_punycode
after_action :convert_email_to_punycode

default from: Rails.application.config.customization['email_from_address']
layout 'mailer'
Expand Down

0 comments on commit 3e0193b

Please sign in to comment.