mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
fix: use the right template
This commit is contained in:
parent
cad6c32f64
commit
06f2a6a90d
@ -53,7 +53,7 @@ class DomainStatusUpdateNotification extends DomainWatchdogNotification
|
||||
->to($recipient->getEmail())
|
||||
->priority(Email::PRIORITY_HIGH)
|
||||
->subject("Domain EPP status changed $ldhName")
|
||||
->htmlTemplate('emails/success/domain_updated.html.twig')
|
||||
->htmlTemplate('emails/success/domain_status_updated.html.twig')
|
||||
->locale('en')
|
||||
->context([
|
||||
'domain' => $this->domain,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user