File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ 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.
15
+
12
16
Installation
13
17
------------
14
18
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ 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.
13
+
10
14
Installation
11
15
------------
12
16
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ 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.
15
+
12
16
Installation
13
17
------------
14
18
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 introduced in Symfony 4.3. The previous solution,
7
+ called Swift Mailer, is still valid: :doc: `Swift Mailer</email> `.
8
+
4
9
Installation
5
10
------------
6
11
You can’t perform that action at this time.
0 commit comments