Skip to content

Commit 2833052

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Update Doc : Symfony 4.3 - Swift Mailer
2 parents 46cabc9 + 7db9d2e commit 2833052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

email.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ Now, suppose you're sending an email to ``[email protected]`` in a controlle
260260
->setTo('[email protected]')
261261
->setBody(
262262
$this->renderView(
263-
'HelloBundle:Hello:email.txt.twig',
263+
// templates/hello/email.txt.twig
264+
'hello/email.txt.twig',
264265
['name' => $name]
265266
)
266267
)

0 commit comments

Comments
 (0)