Skip to content
Open
Changes from 2 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
4 changes: 3 additions & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Service Install with Webhoo

.. versionadded:: 7.4

Support for Mailtrap's sandbox environment was introduced in Symfony 7.4.
The Microsoft Graph integration was introduced in Symfony 7.4.

.. note::
Expand Down Expand Up @@ -235,7 +236,8 @@ party provider:
+------------------------+-------------------------------------------------------------------------------------------+
| `Mailtrap`_ | - SMTP ``mailtrap+smtp://PASSWORD@default`` |
| | - HTTP n/a |
| | - API ``mailtrap+api://API_TOKEN@default`` |
| | - API (Live) ``mailtrap+api://API_TOKEN@default`` |
| | - API (Sandbox) ``mailtrap+sandbox://API_TOKEN@default/?inboxId=INBOX_ID`` |
+------------------------+-------------------------------------------------------------------------------------------+
| `Microsoft Graph`_ | - SMTP n/a |
| | - HTTP n/a |
Expand Down