@@ -110,6 +110,7 @@ Service Install with Webhook su
110110`MailPace `_ ``composer require symfony/mail-pace-mailer ``
111111`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
112112`Mandrill `_ ``composer require symfony/mailchimp-mailer ``
113+ `Postal `_ ``composer require symfony/postal-mailer ``
113114`Postmark `_ ``composer require symfony/postmark-mailer `` yes
114115`Resend `_ ``composer require symfony/resend-mailer `` yes
115116`Scaleway `_ ``composer require symfony/scaleway-mailer ``
@@ -122,7 +123,7 @@ Service Install with Webhook su
122123
123124..versionadded ::7.2
124125
125- The Mailomatintegration was introduced in Symfony 7.2.
126+ The Mailomatand Postal integrations were introduced in Symfony 7.2.
126127
127128..note ::
128129
@@ -214,6 +215,10 @@ party provider:
214215| | - HTTP n/a|
215216| | - API ``mailpace+api://API_TOKEN@default ``|
216217+------------------------+---------------------------------------------------------+
218+ | `Postal `_| - SMTP n/a|
219+ | | - HTTP n/a|
220+ | | - API ``postal+api://API_KEY@BASE_URL ``|
221+ +------------------------+---------------------------------------------------------+
217222| `Postmark `_| - SMTP ``postmark+smtp://ID@default ``|
218223| | - HTTP n/a|
219224| | - API ``postmark+api://KEY@default ``|
@@ -1992,6 +1997,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
19921997.. _`MailPace` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailPace/README.md
19931998.. _`OpenSSL PHP extension` :https://www.php.net/manual/en/book.openssl.php
19941999.. _`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
19952001.. _`Postmark` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
19962002.. _`Resend` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Resend/README.md
19972003.. _`RFC 3986` :https://www.ietf.org/rfc/rfc3986.txt