Skip to content

Commit 6589774

Browse files
committed
Add Azure mailer
1 parent 9c330b2 commit 6589774

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mailer.rst

Lines changed: 4 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``
@@ -167,6 +168,8 @@ party provider:
167168
| | - HTTP ses+https://ACCESS_KEY:SECRET_KEY@default |
168169
| | - API ses+api://ACCESS_KEY:SECRET_KEY@default |
169170
+------------------------+-----------------------------------------------------+
171+
| `Azure`_ | - API azure+api://ACS_RESOURCE_NAME:KEY@default |
172+
+------------------------+-----------------------------------------------------+
170173
| `Brevo`_ | - SMTP brevo+smtp://USERNAME:PASSWORD@default |
171174
| | - HTTP n/a |
172175
| | - API brevo+api://KEY@default |
@@ -1815,6 +1818,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
18151818
handler.
18161819

18171820
.. _`Amazon SES`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
1821+
.. _`Azure`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Azure/README.md
18181822
.. _`App Password`: https://support.google.com/accounts/answer/185833
18191823
.. _`Brevo`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Brevo/README.md
18201824
.. _`default_socket_timeout`: https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout

0 commit comments

Comments
 (0)