@@ -110,6 +110,7 @@ Service Install with Webhook su
110
110
`MailPace `_ ``composer require symfony/mail-pace-mailer ``
111
111
`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
112
112
`Mandrill `_ ``composer require symfony/mailchimp-mailer ``
113
+ `Postal `_ ``composer require symfony/postal-mailer ``
113
114
`Postmark `_ ``composer require symfony/postmark-mailer `` yes
114
115
`Resend `_ ``composer require symfony/resend-mailer `` yes
115
116
`Scaleway `_ ``composer require symfony/scaleway-mailer ``
@@ -122,7 +123,7 @@ Service Install with Webhook su
122
123
123
124
.. versionadded :: 7.2
124
125
125
- The Mailomat integration was introduced in Symfony 7.2.
126
+ The Mailomat and Postal integrations were introduced in Symfony 7.2.
126
127
127
128
.. note ::
128
129
@@ -214,6 +215,10 @@ party provider:
214
215
| | - HTTP n/a |
215
216
| | - API ``mailpace+api://API_TOKEN@default `` |
216
217
+------------------------+---------------------------------------------------------+
218
+ | `Postal `_ | - SMTP n/a |
219
+ | | - HTTP n/a |
220
+ | | - API ``postal+api://API_KEY@BASE_URL `` |
221
+ +------------------------+---------------------------------------------------------+
217
222
| `Postmark `_ | - SMTP ``postmark+smtp://ID@default `` |
218
223
| | - HTTP n/a |
219
224
| | - API ``postmark+api://KEY@default `` |
@@ -1992,6 +1997,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1992
1997
.. _`MailPace` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailPace/README.md
1993
1998
.. _`OpenSSL PHP extension` : https://www.php.net/manual/en/book.openssl.php
1994
1999
.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
2000
+ .. _`Postal` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postal/README.md
1995
2001
.. _`Postmark` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
1996
2002
.. _`Resend` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Resend/README.md
1997
2003
.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
0 commit comments