@@ -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:
15031508The following transports only support tags:
15041509
15051510* MailPace
1511+ * Resend
15061512
15071513The 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
0 commit comments