1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

email template path

This commit is contained in:
shimon 2023-10-19 20:57:24 +03:00
parent 21b9716bb2
commit dd47ef4fd9

View file

@ -426,7 +426,7 @@ class Certificates extends Action
$locale->setDefault('en');
}
$body = Template::fromFile(__DIR__ . '/../config/locale/templates/email-base.tpl');
$body = Template::fromFile(__DIR__ . '/../../../../app/config/locale/templates/email-base.tpl');
$subject = \sprintf($locale->getText("emails.certificate.subject"), $domain);
$body