Skip to content

Commit 0c017fd

Browse files
committed
Add Azure mailer
1 parent 9c330b2 commit 0c017fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mailer.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ via a third-party provider:
103103
Service Install with
104104
===================== ==============================================
105105
`Amazon SES`_ ``composer require symfony/amazon-mailer``
106+
`Azure`_ ``composer require symfony/azure-mailer``
106107
`Brevo`_ ``composer require symfony/brevo-mailer``
107108
`Infobip`_ ``composer require symfony/infobip-mailer``
108109
`Mailchimp Mandrill`_ ``composer require symfony/mailchimp-mailer``
@@ -115,6 +116,10 @@ Service Install with
115116
`SendGrid`_ ``composer require symfony/sendgrid-mailer``
116117
===================== ==============================================
117118

119+
.. versionadded:: 7.1
120+
121+
The Azure integration was introduced in Symfony 7.1.
122+
118123
.. note::
119124

120125
As a convenience, Symfony also provides support for Gmail (``composer
@@ -167,6 +172,8 @@ party provider:
167172
| | - HTTP ses+https://ACCESS_KEY:SECRET_KEY@default |
168173
| | - API ses+api://ACCESS_KEY:SECRET_KEY@default |
169174
+------------------------+-----------------------------------------------------+
175+
| `Azure`_ | - API azure+api://ACS_RESOURCE_NAME:KEY@default |
176+
+------------------------+-----------------------------------------------------+
170177
| `Brevo`_ | - SMTP brevo+smtp://USERNAME:PASSWORD@default |
171178
| | - HTTP n/a |
172179
| | - API brevo+api://KEY@default |
@@ -1815,6 +1822,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
18151822
handler.
18161823

18171824
.. _`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
18181826
.. _`App Password`: https://support.google.com/accounts/answer/185833
18191827
.. _`Brevo`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Brevo/README.md
18201828
.. _`default_socket_timeout`: https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout

0 commit comments

Comments
 (0)