File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -171,14 +171,18 @@ Amazon SES ses+smtp://USERNAME:PASSWORD@default ses+ht
171171Google Gmail gmail+smtp://USERNAME:APP-PASSWORD@default n/a n/a
172172Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
173173Mailgun 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
175175MailPace mailpace+api://API_TOKEN@default n/a mailpace+api://API_TOKEN@default
176176Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
177177Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
178178Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
179179Infobip 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.
You can’t perform that action at this time.
0 commit comments