mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Add new mailer template for expired soft delete domains
This commit is contained in:
parent
b35eb160a6
commit
c3f63ed43a
6 changed files with 146 additions and 12 deletions
|
@ -4,4 +4,10 @@ class DomainExpireMailerPreview < ActionMailer::Preview
|
|||
DomainExpireMailer.expired(domain: domain,
|
||||
registrar: domain.registrar)
|
||||
end
|
||||
end
|
||||
|
||||
def expired_soft
|
||||
domain = Domain.first
|
||||
DomainExpireMailer.expired_soft(domain: domain,
|
||||
registrar: domain.registrar)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue