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

.. versionadded:: 7.4

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

.. note::

Expand Down Expand Up @@ -235,7 +235,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