Skip to content

Commit e425caf

Browse files
committed
[Mailer] add Mailtrap docs
1 parent 5c72f37 commit e425caf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mailer.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Service Install with Webhook su
109109
`Mailomat`_ ``composer require symfony/mailomat-mailer`` yes
110110
`MailPace`_ ``composer require symfony/mail-pace-mailer``
111111
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
112+
`Mailtrap`_ ``composer require symfony/mailtrap-mailer``
112113
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
113114
`Postal`_ ``composer require symfony/postal-mailer``
114115
`Postmark`_ ``composer require symfony/postmark-mailer`` yes
@@ -124,7 +125,7 @@ Service Install with Webhook su
124125

125126
.. versionadded:: 7.2
126127

127-
The Mailomat, Postal and Sweego integrations were introduced in Symfony 7.2.
128+
The Mailomat, Mailtrap, Postal and Sweego integrations were introduced in Symfony 7.2.
128129

129130
.. note::
130131

@@ -216,6 +217,10 @@ party provider:
216217
| | - HTTP n/a |
217218
| | - API ``mailpace+api://API_TOKEN@default`` |
218219
+------------------------+---------------------------------------------------------+
220+
| `Mailtrap`_ | - SMTP ``mailtrap+smtp://PASSWORD@default`` |
221+
| | - HTTP n/a |
222+
| | - API ``mailtrap+api://API_TOKEN@default`` |
223+
+------------------------+---------------------------------------------------------+
219224
| `Postal`_ | - SMTP n/a |
220225
| | - HTTP n/a |
221226
| | - API ``postal+api://API_KEY@BASE_URL`` |
@@ -1581,6 +1586,7 @@ The following transports currently support tags and metadata:
15811586

15821587
* Brevo
15831588
* Mailgun
1589+
* Mailtrap
15841590
* Mandrill
15851591
* Postmark
15861592
* Sendgrid
@@ -2000,6 +2006,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
20002006
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
20012007
.. _`Postal`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postal/README.md
20022008
.. _`Postmark`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
2009+
.. _`Mailtrap`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailtrap/README.md
20032010
.. _`Resend`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Resend/README.md
20042011
.. _`RFC 3986`: https://www.ietf.org/rfc/rfc3986.txt
20052012
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME

0 commit comments

Comments
 (0)