add dot in caution text
This commit is contained in:
parent
1f03b91871
commit
3a05613b60
@ -1616,7 +1616,7 @@ 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";
|
$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>".
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user