We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5fdaf commit c6c75a6Copy full SHA for c6c75a6
src/Symfony/Bridge/Twig/Mime/BodyRenderer.php
@@ -45,7 +45,7 @@ public function render(Message $message): void
45
return;
46
}
47
48
- if (null === $message->getTextTemplate() && null === $message->getHtmlTemplate()) {
+ if ($message->isRendered()) {
49
// email has already been rendered
50
51
0 commit comments