Skip to content
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
3 changes: 1 addition & 2 deletions components/http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ The HttpClient Component

.. versionadded:: 4.3

The HttpClient component was introduced in Symfony 4.3 and it's still
considered an :doc:`experimental feature </contributing/code/experimental>`.
The HttpClient component was introduced in Symfony 4.3.

Installation
------------
Expand Down
3 changes: 1 addition & 2 deletions components/mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ The Mailer Component

.. versionadded:: 4.3

The Mailer component was introduced in Symfony 4.3 and it's still
considered an :doc:`experimental feature </contributing/code/experimental>`.
The Mailer component was introduced in Symfony 4.3.

Installation
------------
Expand Down
3 changes: 1 addition & 2 deletions components/mime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ The Mime Component

.. versionadded:: 4.3

The Mime component was introduced in Symfony 4.3 and it's still
considered an :doc:`experimental feature </contributing/code/experimental>`.
The Mime component was introduced in Symfony 4.3.

Installation
------------
Expand Down
9 changes: 2 additions & 7 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ 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>`.
The Mailer component was introduced in Symfony 4.3. The previous solution,
called Swift Mailer, is still valid: :doc:`Swift Mailer</email>`.

Installation
------------

.. caution::

The Mailer component is experimental in Symfony 4.3: some backwards compatibility
breaks could occur before 4.4.

Symfony's Mailer & :doc:`Mime </components/mime>` components form a *powerful* system
for creating and sending emails - complete with support for multipart messages, Twig
integration, CSS inlining, file attachments and a lot more. Get them installed with:
Expand Down