@@ -106,6 +106,7 @@ Service Install with Webhook su
106106`Infobip `_ ``composer require symfony/infobip-mailer ``
107107`Mailgun `_ ``composer require symfony/mailgun-mailer `` yes
108108`Mailjet `_ ``composer require symfony/mailjet-mailer `` yes
109+ `Mailomat `_ ``composer require symfony/mailomat-mailer `` yes
109110`MailPace `_ ``composer require symfony/mail-pace-mailer ``
110111`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
111112`Mandrill `_ ``composer require symfony/mailchimp-mailer ``
@@ -119,6 +120,10 @@ Service Install with Webhook su
119120
120121 The Azure and Resend integrations were introduced in Symfony 7.1.
121122
123+ .. versionadded :: 7.2
124+
125+ The Mailomat integration was introduced in Symfony 7.2.
126+
122127.. note ::
123128
124129 As a convenience, Symfony also provides support for Gmail (``composer
@@ -201,6 +206,10 @@ party provider:
201206| | - HTTP n/a |
202207| | - API ``mailjet+api://ACCESS_KEY:SECRET_KEY@default `` |
203208+------------------------+---------------------------------------------------------+
209+ | `Mailomat `_ | - SMTP ``mailomat+smtp://USERNAME:PASSWORD@default `` |
210+ | | - HTTP n/a |
211+ | | - API ``mailomat+api://KEY@default `` |
212+ +------------------------+---------------------------------------------------------+
204213| `MailPace `_ | - SMTP ``mailpace+api://API_TOKEN@default `` |
205214| | - HTTP n/a |
206215| | - API ``mailpace+api://API_TOKEN@default `` |
@@ -1979,6 +1988,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
19791988.. _`Mailgun` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailgun/README.md
19801989.. _`Mailjet` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailjet/README.md
19811990.. _`Markdown syntax` : https://commonmark.org/
1991+ .. _`Mailomat` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailomat/README.md
19821992.. _`MailPace` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailPace/README.md
19831993.. _`OpenSSL PHP extension` : https://www.php.net/manual/en/book.openssl.php
19841994.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
0 commit comments