@@ -103,6 +103,7 @@ via a third-party provider:
103
103
Service Install with
104
104
===================== ==============================================
105
105
`Amazon SES `_ ``composer require symfony/amazon-mailer ``
106
+ `Azure `_ ``composer require symfony/azure-mailer ``
106
107
`Brevo `_ ``composer require symfony/brevo-mailer ``
107
108
`Infobip `_ ``composer require symfony/infobip-mailer ``
108
109
`Mailchimp Mandrill `_ ``composer require symfony/mailchimp-mailer ``
@@ -115,6 +116,10 @@ Service Install with
115
116
`SendGrid `_ ``composer require symfony/sendgrid-mailer ``
116
117
===================== ==============================================
117
118
119
+ .. versionadded :: 7.1
120
+
121
+ The Azure integration was introduced in Symfony 7.1.
122
+
118
123
.. note ::
119
124
120
125
As a convenience, Symfony also provides support for Gmail (``composer
@@ -167,6 +172,8 @@ party provider:
167
172
| | - HTTP ses+https://ACCESS_KEY:SECRET_KEY@default |
168
173
| | - API ses+api://ACCESS_KEY:SECRET_KEY@default |
169
174
+------------------------+-----------------------------------------------------+
175
+ | `Azure `_ | - API azure+api://ACS_RESOURCE_NAME:KEY@default |
176
+ +------------------------+-----------------------------------------------------+
170
177
| `Brevo `_ | - SMTP brevo+smtp://USERNAME:PASSWORD@default |
171
178
| | - HTTP n/a |
172
179
| | - API brevo+api://KEY@default |
@@ -1815,6 +1822,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1815
1822
handler.
1816
1823
1817
1824
.. _`Amazon SES` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
1825
+ .. _`Azure` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Azure/README.md
1818
1826
.. _`App Password` : https://support.google.com/accounts/answer/185833
1819
1827
.. _`Brevo` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Brevo/README.md
1820
1828
.. _`default_socket_timeout` : https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout
0 commit comments