File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Sending Emails with Mailer
2
2
==========================
3
3
4
4
.. versionadded :: 4.3
5
+
5
6
The Mailer component was added in Symfony 4.3 and is currently experimental.
6
7
The previous solution - Swift Mailer - is still valid: :doc: `Swift Mailer</email> `.
7
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
63
64
64
65
# .env
65
-
66
66
SENDGRID_KEY=
67
67
MAILER_DSN=smtp://$SENDGRID_KEY @sendgrid
68
68
Original file line number Diff line number Diff line change @@ -947,6 +947,7 @@ Serializing Messages
947
947
~~~~~~~~~~~~~~~~~~~~
948
948
949
949
.. versionadded :: 4.3
950
+
950
951
The default serializer changed in 4.3 from the Symfony serializer to the
951
952
native PHP serializer. Existing applications should configure their transports
952
953
to use the Symfony serializer to avoid losing already-queued messages after
You can’t perform that action at this time.
0 commit comments