Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
7 changes: 7 additions & 0 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Service Install with Webhook su
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
`Postmark`_ ``composer require symfony/postmark-mailer`` yes
`Resend`_ ``composer require symfony/resend-mailer`` yes
`Scaleway`_ ``composer require symfony/scaleway-mailer``
`SendGrid`_ ``composer require symfony/sendgrid-mailer`` yes
===================== =============================================== ===============
Expand Down Expand Up @@ -208,6 +209,10 @@ party provider:
| | - HTTP n/a |
| | - API postmark+api://KEY@default |
+------------------------+-----------------------------------------------------+
| `Resend`_ | - SMTP resend+smtp://resend:API_KEY@default |
| | - HTTP n/a |
| | - API resend+api://API_KEY@default |
+------------------------+-----------------------------------------------------+
| `Scaleway`_ | - SMTP scaleway+smtp://PROJECT_ID:API_KEY@default |
| | - HTTP n/a |
| | - API scaleway+api://PROJECT_ID:API_KEY@default |
Expand Down Expand Up @@ -1503,6 +1508,7 @@ The following transports currently support tags and metadata:
The following transports only support tags:

* MailPace
* Resend

The following transports only support metadata:

Expand Down Expand Up @@ -1847,6 +1853,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
.. _`OpenSSL PHP extension`: https://www.php.net/manual/en/book.openssl.php
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
.. _`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
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
.. _`Scaleway`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
Expand Down
1 change: 1 addition & 0 deletions webhook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Brevo ``mailer.webhook.request_parser.brevo``
Mailgun ``mailer.webhook.request_parser.mailgun``
Mailjet ``mailer.webhook.request_parser.mailjet``
Postmark ``mailer.webhook.request_parser.postmark``
Resend ``mailer.webhook.request_parser.resend``
Sendgrid ``mailer.webhook.request_parser.sendgrid``
============== ==========================================

Expand Down