Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Mailer] Update mailer.rst with Postal mailer#20088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
xabbuh merged 1 commit intosymfony:7.2fromjonasclaes:patch-1
Aug 11, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletionmailer.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 Mailomatintegration was introduced in Symfony 7.2.
The Mailomatand Postal integrations were introduced in Symfony 7.2.

.. note::

Expand DownExpand 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 DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp