Skip to content

Commit baae6da

Browse files
committed
minor #19432 [Mailer] Add Resend bridge documentation (welcoMattic)
This PR was merged into the 7.1 branch. Discussion ---------- [Mailer] Add Resend bridge documentation This PR adds doc for Resend bridge, including the webhooks. Commits ------- 667d3af Add Resend bridge documentation
2 parents cdf745b + 667d3af commit baae6da

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

mailer.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Service Install with Webhook su
110110
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
111111
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
112112
`Postmark`_ ``composer require symfony/postmark-mailer`` yes
113+
`Resend`_ ``composer require symfony/resend-mailer`` yes
113114
`Scaleway`_ ``composer require symfony/scaleway-mailer``
114115
`SendGrid`_ ``composer require symfony/sendgrid-mailer`` yes
115116
===================== =============================================== ===============
@@ -208,6 +209,10 @@ party provider:
208209
| | - HTTP n/a |
209210
| | - API postmark+api://KEY@default |
210211
+------------------------+-----------------------------------------------------+
212+
| `Resend`_ | - SMTP resend+smtp://resend:API_KEY@default |
213+
| | - HTTP n/a |
214+
| | - API resend+api://API_KEY@default |
215+
+------------------------+-----------------------------------------------------+
211216
| `Scaleway`_ | - SMTP scaleway+smtp://PROJECT_ID:API_KEY@default |
212217
| | - HTTP n/a |
213218
| | - API scaleway+api://PROJECT_ID:API_KEY@default |
@@ -1503,6 +1508,7 @@ The following transports currently support tags and metadata:
15031508
The following transports only support tags:
15041509

15051510
* MailPace
1511+
* Resend
15061512

15071513
The following transports only support metadata:
15081514

@@ -1847,6 +1853,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
18471853
.. _`OpenSSL PHP extension`: https://www.php.net/manual/en/book.openssl.php
18481854
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
18491855
.. _`Postmark`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
1856+
.. _`Resend`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Resend/README.md
18501857
.. _`RFC 3986`: https://www.ietf.org/rfc/rfc3986.txt
18511858
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
18521859
.. _`Scaleway`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md

webhook.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Brevo ``mailer.webhook.request_parser.brevo``
8282
Mailgun ``mailer.webhook.request_parser.mailgun``
8383
Mailjet ``mailer.webhook.request_parser.mailjet``
8484
Postmark ``mailer.webhook.request_parser.postmark``
85+
Resend ``mailer.webhook.request_parser.resend``
8586
Sendgrid ``mailer.webhook.request_parser.sendgrid``
8687
============== ==========================================
8788

0 commit comments

Comments
 (0)