Skip to content

Commit 419d7d7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)