Skip to content

Commit 5736e70

Browse files
committed
minor #12065 SwiftMailer Section - Added more information (TheGarious)
This PR was merged into the 4.3 branch. Discussion ---------- SwiftMailer Section - Added more information Add comment for template location. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f4db2c5 SwiftMailer Section - Added more information
2 parents c80c38f + f4db2c5 commit 5736e70

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)