diff --git a/components/http_client.rst b/components/http_client.rst index ad4263eee7e..22000ea627d 100644 --- a/components/http_client.rst +++ b/components/http_client.rst @@ -11,7 +11,8 @@ The HttpClient Component .. versionadded:: 4.3 - The HttpClient component was introduced in Symfony 4.3. + The HttpClient component was introduced in Symfony 4.3 and it's still + considered an :doc:`experimental feature `. Installation ------------ diff --git a/components/mailer.rst b/components/mailer.rst index b36b44efb3d..032675c2b46 100644 --- a/components/mailer.rst +++ b/components/mailer.rst @@ -7,6 +7,11 @@ The Mailer Component The Mailer component helps sending emails. +.. versionadded:: 4.3 + + The Mailer component was introduced in Symfony 4.3 and it's still + considered an :doc:`experimental feature `. + Installation ------------ diff --git a/components/mime.rst b/components/mime.rst index 5b258080bcc..820333c1728 100644 --- a/components/mime.rst +++ b/components/mime.rst @@ -6,9 +6,14 @@ The Mime Component ================== - The MIME component allows manipulating the MIME messages used to send emails + The Mime component allows manipulating the MIME messages used to send emails and provides utilities related to MIME types. +.. versionadded:: 4.3 + + The Mime component was introduced in Symfony 4.3 and it's still + considered an :doc:`experimental feature `. + Installation ------------