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.
2 parents 43ba181 + 5736e70 commit b5ecac4Copy full SHA for b5ecac4
email.rst
@@ -82,6 +82,7 @@ sending an email is pretty straightforward::
82
// you can remove the following code if you don't define a text version for your emails
83
->addPart(
84
$this->renderView(
85
+ // templates/emails/registration.txt.twig
86
'emails/registration.txt.twig',
87
['name' => $name]
88
),
0 commit comments