mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +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())
|
->to($recipient->getEmail())
|
||||||
->priority(Email::PRIORITY_HIGH)
|
->priority(Email::PRIORITY_HIGH)
|
||||||
->subject("Domain EPP status changed $ldhName")
|
->subject("Domain EPP status changed $ldhName")
|
||||||
->htmlTemplate('emails/success/domain_updated.html.twig')
|
->htmlTemplate('emails/success/domain_status_updated.html.twig')
|
||||||
->locale('en')
|
->locale('en')
|
||||||
->context([
|
->context([
|
||||||
'domain' => $this->domain,
|
'domain' => $this->domain,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user