File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ This table shows the full list of available DSN formats for each third
171
171
party provider:
172
172
173
173
===================== ======================================================== =============================================== ============================================
174
- Provider SMTP HTTP API
174
+ Provider SMTP HTTP API
175
175
===================== ======================================================== =============================================== ============================================
176
176
`Amazon SES `_ ``ses+smtp://USERNAME:PASSWORD@default `` ``ses+https://ACCESS_KEY:SECRET_KEY@default `` ``ses+api://ACCESS_KEY:SECRET_KEY@default ``
177
177
`Google Gmail `_ ``gmail+smtp://USERNAME:APP-PASSWORD@default `` n/a n/a
@@ -203,8 +203,9 @@ Provider SMTP H
203
203
204
204
.. caution ::
205
205
206
- If you need to send custom headers to receive them later via webhook using the `Amazon SES ` transport
207
- be sure to use the ``ses+https `` provider since custom headers are not transmited otherwise.
206
+ If you send custom headers when using the `Amazon SES `_ transport (to receive
207
+ them later via a webhook), make sure to use the ``ses+https `` provider because
208
+ it's the only one that supports them.
208
209
209
210
.. note ::
210
211
You can’t perform that action at this time.
0 commit comments