Skip to content
Merged
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
9 changes: 8 additions & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Service Install with Webhook su
`Mailomat`_ ``composer require symfony/mailomat-mailer`` yes
`MailPace`_ ``composer require symfony/mail-pace-mailer``
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
`Mailtrap`_ ``composer require symfony/mailtrap-mailer``
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
`Postal`_ ``composer require symfony/postal-mailer``
`Postmark`_ ``composer require symfony/postmark-mailer`` yes
Expand All @@ -124,7 +125,7 @@ Service Install with Webhook su

.. versionadded:: 7.2

The Mailomat, Postal and Sweego integrations were introduced in Symfony 7.2.
The Mailomat, Mailtrap, Postal and Sweego integrations were introduced in Symfony 7.2.

.. note::

Expand Down Expand Up @@ -216,6 +217,10 @@ party provider:
| | - HTTP n/a |
| | - API ``mailpace+api://API_TOKEN@default`` |
+------------------------+---------------------------------------------------------+
| `Mailtrap`_ | - SMTP ``mailtrap+smtp://PASSWORD@default`` |
| | - HTTP n/a |
| | - API ``mailtrap+api://API_TOKEN@default`` |
+------------------------+---------------------------------------------------------+
| `Postal`_ | - SMTP n/a |
| | - HTTP n/a |
| | - API ``postal+api://API_KEY@BASE_URL`` |
Expand Down Expand Up @@ -1581,6 +1586,7 @@ The following transports currently support tags and metadata:

* Brevo
* Mailgun
* Mailtrap
* Mandrill
* Postmark
* Sendgrid
Expand Down Expand Up @@ -2000,6 +2006,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
.. _`Postal`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postal/README.md
.. _`Postmark`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
.. _`Mailtrap`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailtrap/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
Expand Down
Loading