File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ The HttpClient Component
11
11
12
12
.. versionadded :: 4.3
13
13
14
- The HttpClient component was introduced in Symfony 4.3 and it's still
15
- considered an :doc: `experimental feature </contributing/code/experimental >`.
14
+ The HttpClient component was introduced in Symfony 4.3.
16
15
17
16
Installation
18
17
------------
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ The Mailer Component
9
9
10
10
.. versionadded :: 4.3
11
11
12
- The Mailer component was introduced in Symfony 4.3 and it's still
13
- considered an :doc: `experimental feature </contributing/code/experimental >`.
12
+ The Mailer component was introduced in Symfony 4.3.
14
13
15
14
Installation
16
15
------------
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ The Mime Component
11
11
12
12
.. versionadded :: 4.3
13
13
14
- The Mime component was introduced in Symfony 4.3 and it's still
15
- considered an :doc: `experimental feature </contributing/code/experimental >`.
14
+ The Mime component was introduced in Symfony 4.3.
16
15
17
16
Installation
18
17
------------
Original file line number Diff line number Diff line change @@ -3,17 +3,12 @@ Sending Emails with Mailer
3
3
4
4
.. versionadded :: 4.3
5
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> `.
6
+ The Mailer component was introduced in Symfony 4.3. The previous solution,
7
+ called Swift Mailer, is still valid: :doc: `Swift Mailer</email> `.
8
8
9
9
Installation
10
10
------------
11
11
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
12
Symfony's Mailer & :doc: `Mime </components/mime >` components form a *powerful * system
18
13
for creating and sending emails - complete with support for multipart messages, Twig
19
14
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