-
Je crois que tout est dans le titre. |
Beta Was this translation helpful? Give feedback.
Answered by
rawsrc
Sep 29, 2023
Replies: 1 comment
-
salut un truc dans ce style devrait suffire : ob_start();
echo new PhpEcho('mail.body');
$mail_html = ob_get_flush(); ou utiliser la notation heredoc avec |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rawsrc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
salut
un truc dans ce style devrait suffire :
ou utiliser la notation heredoc avec
PhpEcho
:$mail->setCode('html');
avec la petite spécificité expliquée dans le manuel concernant l'échappement des valeurs dans la notation heredoc par ici