mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
parent
e7c1311dfd
commit
18caeb796f
7 changed files with 116 additions and 170 deletions
|
@ -16,7 +16,9 @@ class DomainDeleteMailer < ApplicationMailer
|
|||
@force_delete_set_date = Time.zone.now
|
||||
@redemption_grace_period = Setting.redemption_grace_period
|
||||
|
||||
subject = default_i18n_subject(domain_name: domain.name)
|
||||
mail(to: domain.primary_contact_emails,
|
||||
subject: subject,
|
||||
template_path: 'mailers/domain_delete_mailer/forced',
|
||||
template_name: template_name)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue