We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3870c commit 419d7d7Copy full SHA for 419d7d7
mailer.rst
@@ -2,6 +2,7 @@ Sending Emails with Mailer
2
==========================
3
4
.. versionadded:: 4.3
5
+
6
The Mailer component was added in Symfony 4.3 and is currently experimental.
7
The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer</email>`.
8
@@ -62,7 +63,6 @@ You'll now have a new line in your ``.env`` file that you can uncomment:
62
63
.. code-block:: bash
64
65
# .env
-
66
SENDGRID_KEY=
67
MAILER_DSN=smtp://$SENDGRID_KEY@sendgrid
68
0 commit comments