File tree Expand file tree Collapse file tree 4 files changed +0
-25
lines changed Expand file tree Collapse file tree 4 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ The HttpClient Component
9
9
PHP stream wrappers and cURL. It provides utilities to consume APIs and
10
10
supports synchronous and asynchronous operations.
11
11
12
- .. versionadded :: 4.3
13
-
14
- The HttpClient component was introduced in Symfony 4.3 and it's still
15
- considered an :doc: `experimental feature </contributing/code/experimental >`.
16
-
17
12
Installation
18
13
------------
19
14
Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ The Mailer Component
7
7
8
8
The Mailer component helps sending emails.
9
9
10
- .. versionadded :: 4.3
11
-
12
- The Mailer component was introduced in Symfony 4.3 and it's still
13
- considered an :doc: `experimental feature </contributing/code/experimental >`.
14
-
15
10
Installation
16
11
------------
17
12
Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ The Mime Component
9
9
The Mime component allows manipulating the MIME messages used to send emails
10
10
and provides utilities related to MIME types.
11
11
12
- .. versionadded :: 4.3
13
-
14
- The Mime component was introduced in Symfony 4.3 and it's still
15
- considered an :doc: `experimental feature </contributing/code/experimental >`.
16
-
17
12
Installation
18
13
------------
19
14
Original file line number Diff line number Diff line change 1
1
Sending Emails with Mailer
2
2
==========================
3
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
-
9
4
Installation
10
5
------------
11
6
12
- .. caution ::
13
-
14
- The Mailer component is experimental in Symfony 4.3: some backwards compatibility
15
- breaks could occur before 4.4.
16
-
17
7
Symfony's Mailer & :doc: `Mime </components/mime >` components form a *powerful * system
18
8
for creating and sending emails - complete with support for multipart messages, Twig
19
9
integration, CSS inlining, file attachments and a lot more. Get them installed with:
You can’t perform that action at this time.
0 commit comments