Skip to content

Commit f6fcb47

Browse files
committed
minor #20088 [Mailer] Update mailer.rst with Postal mailer (jonasclaes)
This PR was merged into the 7.2 branch. Discussion ---------- [Mailer] Update mailer.rst with Postal mailer Commits ------- e2d8f0a Update mailer.rst
2 parents b1aa1c0 + e2d8f0a commit f6fcb47

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mailer.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 Mailomat integration was introduced in Symfony 7.2.
126+
The Mailomat and 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

0 commit comments

Comments
 (0)