mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Added email pynicode support #2884
This commit is contained in:
parent
1b501dd053
commit
84d8b54c69
5 changed files with 48 additions and 13 deletions
|
@ -6,7 +6,7 @@ class ContactMailer < ApplicationMailer
|
|||
|
||||
return if whitelist_blocked?(email)
|
||||
begin
|
||||
mail(to: email, subject: "#{I18n.t(:contact_email_update_subject)} [#{@contact.code}]")
|
||||
mail(to: format(email), subject: "#{I18n.t(:contact_email_update_subject)} [#{@contact.code}]")
|
||||
rescue EOFError,
|
||||
IOError,
|
||||
TimeoutError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue