Skip to content

Commit b0568f3

Browse files
committed
minor symfony#17957 [Mailer] Adding the sandbox option in Mailjet API (mdoutreluingne)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Mailer] Adding the `sandbox` option in Mailjet API Fixes symfony#17939 I don't know if here it is better to add a `.. note::` block instead of the `?sandbox=false` option (which by default is `false`) in Mailjet API DSN. What do you think? Commits ------- fc1ba29 [Mailer] Adding the `sandbox` option in Mailjet API
2 parents 852e046 + fc1ba29 commit b0568f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mailer.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,18 @@ Amazon SES ses+smtp://USERNAME:PASSWORD@default ses+ht
171171
Google Gmail gmail+smtp://USERNAME:APP-PASSWORD@default n/a n/a
172172
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
173173
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
174-
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
174+
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default?sandbox=false
175175
MailPace mailpace+api://API_TOKEN@default n/a mailpace+api://API_TOKEN@default
176176
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
177177
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
178178
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
179179
Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
180180
==================== ==================================================== =========================================== ========================================
181181

182+
.. versionadded:: 6.3
183+
184+
The ``sandbox`` option in ``Mailjet`` API was introduced in Symfony 6.3.
185+
182186
.. caution::
183187

184188
If your credentials contain special characters, you must URL-encode them.

0 commit comments

Comments
 (0)