@@ -106,6 +106,7 @@ Service Install with Webhook su
106
106
`Infobip `_ ``composer require symfony/infobip-mailer ``
107
107
`Mailgun `_ ``composer require symfony/mailgun-mailer `` yes
108
108
`Mailjet `_ ``composer require symfony/mailjet-mailer `` yes
109
+ `Mailomat `_ ``composer require symfony/mailomat-mailer `` yes
109
110
`MailPace `_ ``composer require symfony/mail-pace-mailer ``
110
111
`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
111
112
`Mandrill `_ ``composer require symfony/mailchimp-mailer ``
@@ -115,9 +116,9 @@ Service Install with Webhook su
115
116
`SendGrid `_ ``composer require symfony/sendgrid-mailer `` yes
116
117
===================== =============================================== ===============
117
118
118
- .. versionadded :: 7.1
119
+ .. versionadded :: 7.2
119
120
120
- The Azure and Resend integrations were introduced in Symfony 7.1 .
121
+ The Mailomat integration was introduced in Symfony 7.2 .
121
122
122
123
.. note ::
123
124
@@ -201,6 +202,10 @@ party provider:
201
202
| | - HTTP n/a |
202
203
| | - API ``mailjet+api://ACCESS_KEY:SECRET_KEY@default `` |
203
204
+------------------------+---------------------------------------------------------+
205
+ | `Mailomat `_ | - SMTP ``mailomat+smtp://USERNAME:PASSWORD@default `` |
206
+ | | - HTTP n/a |
207
+ | | - API ``mailomat+api://KEY@default `` |
208
+ +------------------------+---------------------------------------------------------+
204
209
| `MailPace `_ | - SMTP ``mailpace+api://API_TOKEN@default `` |
205
210
| | - HTTP n/a |
206
211
| | - API ``mailpace+api://API_TOKEN@default `` |
@@ -1979,6 +1984,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1979
1984
.. _`Mailgun` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailgun/README.md
1980
1985
.. _`Mailjet` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailjet/README.md
1981
1986
.. _`Markdown syntax` : https://commonmark.org/
1987
+ .. _`Mailomat` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailomat/README.md
1982
1988
.. _`MailPace` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailPace/README.md
1983
1989
.. _`OpenSSL PHP extension` : https://www.php.net/manual/en/book.openssl.php
1984
1990
.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
0 commit comments