mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
update mail templates
This commit is contained in:
parent
35f60e53e5
commit
09ba0a2511
10 changed files with 171 additions and 15 deletions
|
@ -46,10 +46,10 @@ class ValidateDnssecJob < ApplicationJob
|
|||
|
||||
return if flag
|
||||
|
||||
text = "DNSKEYS for #{domain.name} are invalid!"
|
||||
text = "DNSKEY record of a domain #{domain.name} is invalid. Please fix or contact the registrant."
|
||||
logger.info text
|
||||
ContactNotification.notify_registrar(domain: domain, text: text)
|
||||
ContactNotification.notify_tech_contact(domain: domain, text: text)
|
||||
ContactNotification.notify_tech_contact(domain: domain, reason: 'dnssec')
|
||||
end
|
||||
|
||||
def validate(hostname:, domain:, type: 'DNSKEY', klass: 'IN')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue