8000 SwiftMailer Section - Added more information · xavierleune/symfony-docs@f4db2c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4db2c5

Browse files
authored
SwiftMailer Section - Added more information
Add comment for template location.
1 parent 08526cf commit f4db2c5

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