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
171
171
Google Gmail gmail+smtp://USERNAME:APP-PASSWORD@default n/a n/a
172
172
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
173
173
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
175
175
MailPace mailpace+api://API_TOKEN@default n/a mailpace+api://API_TOKEN@default
176
176
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
177
177
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
178
178
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
179
179
Infobip infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
180
180
==================== ==================================================== =========================================== ========================================
181
181
182
+ .. versionadded :: 6.3
183
+
184
+ The ``sandbox `` option in ``Mailjet `` API was introduced in Symfony 6.3.
185
+
182
186
.. caution ::
183
187
184
188
If your credentials contain special characters, you must URL-encode them.
You can’t perform that action at this time.
0 commit comments