Skip to content

Blank line after directive and no blank line after filepath #11678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Sending Emails with Mailer
==========================

.. versionadded:: 4.3

The Mailer component was added in Symfony 4.3 and is currently experimental.
The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer</email>`.

Expand Down Expand Up @@ -62,7 +63,6 @@ You'll now have a new line in your ``.env`` file that you can uncomment:
.. code-block:: bash

# .env

SENDGRID_KEY=
MAILER_DSN=smtp://$SENDGRID_KEY@sendgrid

Expand Down
1 change: 1 addition & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ Serializing Messages
~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 4.3

The default serializer changed in 4.3 from the Symfony serializer to the
native PHP serializer. Existing applications should configure their transports
to use the Symfony serializer to avoid losing already-queued messages after
Expand Down