mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Add punycode email support
This commit is contained in:
parent
c344b91d84
commit
550c5abd6c
4 changed files with 45 additions and 4 deletions
|
@ -20,4 +20,6 @@ namespace :verify_email do
|
|||
.by_domain(args[:domain_name])
|
||||
verifications_by_domain.map { |ver| VerifyEmailsJob.perform_later(ver.id) }
|
||||
end
|
||||
|
||||
desc 'Starts verifying email jobs with check level and '
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue