Skip to content

Commit dd896ae

Browse files
committed
Blank line after directive and no blank line after filepath
1 parent 1f3870c commit dd896ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Sending Emails with Mailer
22
==========================
33

44
.. versionadded:: 4.3
5+
56
The Mailer component was added in Symfony 4.3 and is currently experimental.
67
The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer</email>`.
78

@@ -62,7 +63,6 @@ You'll now have a new line in your ``.env`` file that you can uncomment:
6263
.. code-block:: bash
6364
6465
# .env
65-
6666
SENDGRID_KEY=
6767
MAILER_DSN=smtp://$SENDGRID_KEY@sendgrid
6868

messenger.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ Serializing Messages
947947
~~~~~~~~~~~~~~~~~~~~
948948

949949
.. versionadded:: 4.3
950+
950951
The default serializer changed in 4.3 from the Symfony serializer to the
951952
native PHP serializer. Existing applications should configure their transports
952953
to use the Symfony serializer to avoid losing already-queued messages after

0 commit comments

Comments
 (0)