Skip to content

Commit cffa8fe

Browse files
committed
Minor tweak
1 parent 0c767e6 commit cffa8fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mailer.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,8 +1599,10 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
15991599

16001600
.. tip::
16011601

1602-
If your controller returns a redirect response after sending the email, make sure to have your client *not* follow redirects.
1603-
The kernel is rebooted after following the redirection and the message lost from the mailer event handler.
1602+
If your controller returns a redirect response after sending the email, make
1603+
sure to have your client *not* follow redirects. The kernel is rebooted after
1604+
following the redirection and the message will be lost from the mailer event
1605+
handler.
16041606

16051607
.. _`Amazon SES`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
16061608
.. _`App Password`: https://support.google.com/accounts/answer/185833

0 commit comments

Comments
 (0)