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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments