Skip to content

Commit b5ecac4

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: SwiftMailer Section - Added more information
2 parents 43ba181 + 5736e70 commit b5ecac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

email.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ sending an email is pretty straightforward::
8282
// you can remove the following code if you don't define a text version for your emails
8383
->addPart(
8484
$this->renderView(
85+
// templates/emails/registration.txt.twig
8586
'emails/registration.txt.twig',
8687
['name' => $name]
8788
),

0 commit comments

Comments
 (0)