@@ -110,6 +110,7 @@ Service Install with Webhook su
110
110
`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
111
111
`Mandrill `_ ``composer require symfony/mailchimp-mailer ``
112
112
`Postmark `_ ``composer require symfony/postmark-mailer `` yes
113
+ `Resend `_ ``composer require symfony/resend-mailer `` yes
113
114
`Scaleway `_ ``composer require symfony/scaleway-mailer ``
114
115
`SendGrid `_ ``composer require symfony/sendgrid-mailer `` yes
115
116
===================== =============================================== ===============
@@ -208,6 +209,10 @@ party provider:
208
209
| | - HTTP n/a |
209
210
| | - API postmark+api://KEY@default |
210
211
+------------------------+-----------------------------------------------------+
212
+ | `Resend `_ | - SMTP resend+smtp://resend:API_KEY@default |
213
+ | | - HTTP n/a |
214
+ | | - API resend+api://API_KEY@default |
215
+ +------------------------+-----------------------------------------------------+
211
216
| `Scaleway `_ | - SMTP scaleway+smtp://PROJECT_ID:API_KEY@default |
212
217
| | - HTTP n/a |
213
218
| | - API scaleway+api://PROJECT_ID:API_KEY@default |
@@ -1503,6 +1508,7 @@ The following transports currently support tags and metadata:
1503
1508
The following transports only support tags:
1504
1509
1505
1510
* MailPace
1511
+ * Resend
1506
1512
1507
1513
The following transports only support metadata:
1508
1514
@@ -1847,6 +1853,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1847
1853
.. _`OpenSSL PHP extension` : https://www.php.net/manual/en/book.openssl.php
1848
1854
.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
1849
1855
.. _`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
1850
1857
.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
1851
1858
.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
1852
1859
.. _`Scaleway` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
0 commit comments