Skip to content

Créer une vue qui ne soit pas destinée à l'affichage mais à être envoyée par mail. #27

Closed Answered by rawsrc
moimp3 asked this question in Q&A
Discussion options

You must be logged in to vote

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 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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rawsrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
helpdesk saving the developer's life 😉
2 participants