mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
parent
f1ceff818e
commit
6f8a8f6435
3 changed files with 12 additions and 3 deletions
|
@ -44,7 +44,7 @@ class DomainDeleteMailer < ApplicationMailer
|
|||
|
||||
subject = default_i18n_subject(domain_name: domain.name)
|
||||
mail(from: forced_email_from,
|
||||
to: domain.primary_contact_emails,
|
||||
to: domain.force_delete_contact_emails,
|
||||
subject: subject,
|
||||
template_path: 'mailers/domain_delete_mailer/forced',
|
||||
template_name: template_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue