add caution text in attestation email templates
This commit is contained in:
parent
21e8ee8d67
commit
760902963b
@ -1616,10 +1616,12 @@ class PageController extends Controller {
|
|||||||
$message->attach($content);
|
$message->attach($content);
|
||||||
$message->setSubject($subject);
|
$message->setSubject($subject);
|
||||||
$body_text = $addName ? ($body." de ".$devis['defunt_nom'] ) : $body;
|
$body_text = $addName ? ($body." de ".$devis['defunt_nom'] ) : $body;
|
||||||
|
$cautionText = "MERCI DE NE PAS REPONDRE A CET EMAIL";
|
||||||
$signature = $this->mailerService->getFooterContent($this->getUserNameForEmailSignature());
|
$signature = $this->mailerService->getFooterContent($this->getUserNameForEmailSignature());
|
||||||
$message->setHtmlBody(
|
$message->setHtmlBody(
|
||||||
"<p>Bonjour.</p>".
|
"<p>Bonjour.</p>".
|
||||||
"<p>$body_text</p>".
|
"<p>$body_text</p>".
|
||||||
|
"<p>$cautionText</p>".
|
||||||
$signature
|
$signature
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user