From 8b5ef68328d8e87892fcae4d4b14aa6e1b9d49b5 Mon Sep 17 00:00:00 2001 From: Kieran Cross Date: Tue, 5 Aug 2025 20:18:15 +0100 Subject: [PATCH] [Mailer] Document Mailtrap's sandbox compatibility --- mailer.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mailer.rst b/mailer.rst index 656ccf4eece..b1afd58b58a 100644 --- a/mailer.rst +++ b/mailer.rst @@ -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:: @@ -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 |