Skip to content

Commit f347d35

Browse files
committed
[Mailer] Add mailomat mailer
1 parent 276ac93 commit f347d35

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

mailer.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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``
@@ -115,9 +116,9 @@ Service Install with Webhook su
115116
`SendGrid`_ ``composer require symfony/sendgrid-mailer`` yes
116117
===================== =============================================== ===============
117118

118-
.. versionadded:: 7.1
119+
.. versionadded:: 7.2
119120

120-
The Azure and Resend integrations were introduced in Symfony 7.1.
121+
The Mailomat integration was introduced in Symfony 7.2.
121122

122123
.. note::
123124

@@ -201,6 +202,10 @@ party provider:
201202
| | - HTTP n/a |
202203
| | - API ``mailjet+api://ACCESS_KEY:SECRET_KEY@default`` |
203204
+------------------------+---------------------------------------------------------+
205+
| `Mailomat`_ | - SMTP ``mailomat+smtp://USERNAME:PASSWORD@default`` |
206+
| | - HTTP n/a |
207+
| | - API ``mailomat+api://KEY@default`` |
208+
+------------------------+---------------------------------------------------------+
204209
| `MailPace`_ | - SMTP ``mailpace+api://API_TOKEN@default`` |
205210
| | - HTTP n/a |
206211
| | - API ``mailpace+api://API_TOKEN@default`` |
@@ -1979,6 +1984,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
19791984
.. _`Mailgun`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailgun/README.md
19801985
.. _`Mailjet`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailjet/README.md
19811986
.. _`Markdown syntax`: https://commonmark.org/
1987+
.. _`Mailomat`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailomat/README.md
19821988
.. _`MailPace`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailPace/README.md
19831989
.. _`OpenSSL PHP extension`: https://www.php.net/manual/en/book.openssl.php
19841990
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail

webhook.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ Brevo ``mailer.webhook.request_parser.brevo``
2727
MailerSend ``mailer.webhook.request_parser.mailersend``
2828
Mailgun ``mailer.webhook.request_parser.mailgun``
2929
Mailjet ``mailer.webhook.request_parser.mailjet``
30+
Mailomat ``mailer.webhook.request_parser.mailomat``
3031
Postmark ``mailer.webhook.request_parser.postmark``
3132
Resend ``mailer.webhook.request_parser.resend``
3233
Sendgrid ``mailer.webhook.request_parser.sendgrid``
3334
============== ============================================
3435

35-
.. versionadded:: 7.1
36+
.. versionadded:: 7.2
3637

37-
The support for ``Resend`` and ``MailerSend`` were introduced in Symfony 7.1.
38+
The ``Mailomat`` integration was introduced in Symfony 7.2.
3839

3940
.. note::
4041

0 commit comments

Comments
 (0)