Skip to content

Commit

Permalink
minor #20088 [Mailer] Update mailer.rst with Postal mailer (jonasclaes)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.2 branch.

Discussion
----------

[Mailer] Update mailer.rst with Postal mailer

Commits
-------

e2d8f0a Update mailer.rst
  • Loading branch information
xabbuh committed Aug 11, 2024
2 parents b1aa1c0 + e2d8f0a commit f6fcb47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Service Install with Webhook su
`MailPace`_ ``composer require symfony/mail-pace-mailer``
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
`Postal`_ ``composer require symfony/postal-mailer``
`Postmark`_ ``composer require symfony/postmark-mailer`` yes
`Resend`_ ``composer require symfony/resend-mailer`` yes
`Scaleway`_ ``composer require symfony/scaleway-mailer``
Expand All @@ -122,7 +123,7 @@ Service Install with Webhook su

.. versionadded:: 7.2

The Mailomat integration was introduced in Symfony 7.2.
The Mailomat and Postal integrations were introduced in Symfony 7.2.

.. note::

Expand Down Expand Up @@ -214,6 +215,10 @@ party provider:
| | - HTTP n/a |
| | - API ``mailpace+api://API_TOKEN@default`` |
+------------------------+---------------------------------------------------------+
| `Postal`_ | - SMTP n/a |
| | - HTTP n/a |
| | - API ``postal+api://API_KEY@BASE_URL`` |
+------------------------+---------------------------------------------------------+
| `Postmark`_ | - SMTP ``postmark+smtp://ID@default`` |
| | - HTTP n/a |
| | - API ``postmark+api://KEY@default`` |
Expand Down Expand Up @@ -1992,6 +1997,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
.. _`MailPace`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailPace/README.md
.. _`OpenSSL PHP extension`: https://www.php.net/manual/en/book.openssl.php
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
.. _`Postal`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postal/README.md
.. _`Postmark`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
.. _`Resend`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Resend/README.md
.. _`RFC 3986`: https://www.ietf.org/rfc/rfc3986.txt
Expand Down

0 comments on commit f6fcb47

Please sign in to comment.