Update domain_delete mailer content

#268
This commit is contained in:
Artur Beljajev 2017-03-07 19:26:18 +02:00
parent e7c1311dfd
commit 18caeb796f
7 changed files with 116 additions and 170 deletions

View file

@ -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