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 08526cf commit f4db2c5Copy full SHA for f4db2c5
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