8000 [Mailer] Improve DSN formats table · colinodell/symfony-docs@cc46c48 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc46c48

Browse files
Thibault Miscoriajaviereguiluz
Thibault Miscoria
authored andcommitted
[Mailer] Improve DSN formats table
1 parent ffe8486 commit cc46c48

File tree

1 file changed

+43
-14
lines changed

1 file changed

+43
-14
lines changed

mailer.rst

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,49 @@ transport, but you can force to use one:
164164
This table shows the full list of available DSN formats for each third
165165
party provider:
166166

167-
===================== ==================================================== =========================================== ========================================
168-
Provider SMTP HTTP API
169-
===================== ==================================================== =========================================== ========================================
170-
`Amazon SES`_ ses+smtp://USERNAME:PASSWORD@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
171-
`Google Gmail`_ gmail+smtp://USERNAME:APP-PASSWORD@default n/a n/a
172-
`Infobip`_ infobip+smtp://KEY@default n/a infobip+api://KEY@BASE_URL
173-
`Mailchimp Mandrill`_ mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
174-
`Mailgun`_ mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
175-
`Mailjet`_ mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
176-
`MailPace`_ mailpace+api://API_TOKEN@default n/a mailpace+api://API_TOKEN@default
177-
`Postmark`_ postmark+smtp://ID@default n/a postmark+api://KEY@default
178-
`Sendgrid`_ sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
179-
`Sendinblue`_ sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
180-
===================== ==================================================== =========================================== ========================================
167+
+------------------------+-----------------------------------------------------+
168+
| Provider | Formats |
169+
+========================+=====================================================+
170+
| `Amazon SES`_ | - SMTP ses+smtp://USERNAME:PASSWORD@default |
171+
| | - HTTP ses+https://ACCESS_KEY:SECRET_KEY@default |
172+
| | - API ses+api://ACCESS_KEY:SECRET_KEY@default |
173+
+------------------------+-----------------------------------------------------+
174+
| `Google Gmail`_ | - SMTP gmail+smtp://USERNAME:APP-PASSWORD@default |
175+
| | - HTTP n/a |
176+
| | - API n/a |
177+
+------------------------+-----------------------------------------------------+
178+
| `Infobip`_ | - SMTP infobip+smtp://KEY@default |
179+
| | - HTTP n/a |
180+
| | - API infobip+api://KEY@BASE_URL |
181+
+------------------------+-----------------------------------------------------+
182+
| `Mailchimp Mandrill`_ | - SMTP mandrill+smtp://USERNAME:PASSWORD@default |
183+
| | - HTTP mandrill+https://KEY@default |
184+
| | - API mandrill+api://KEY@default |
185+
+------------------------+-----------------------------------------------------+
186+
| `Mailgun`_ | - SMTP mailgun+smtp://USERNAME:PASSWORD@default |
187+
| | - HTTP mailgun+https://KEY:DOMAIN@default |
188+
| | - API mailgun+api://KEY:DOMAIN@default |
189+
+------------------------+-----------------------------------------------------+
190+
| `Mailjet`_ | - SMTP mailjet+smtp://ACCESS_KEY:SECRET_KEY@default |
191+
| | - HTTP n/a |
192+
| | - API mailjet+api://ACCESS_KEY:SECRET_KEY@default |
193+
+------------------------+-----------------------------------------------------+
194+
| `MailPace`_ | - SMTP mailpace+api://API_TOKEN@default |
195+
| | - HTTP n/a |
196+
| | - API mailpace+api://API_TOKEN@default |
197+
+------------------------+-----------------------------------------------------+
198+
| `Postmark`_ | - SMTP postmark+smtp://ID@default |
199+
| | - HTTP n/a |
200+
| | - API postmark+api://KEY@default |
201+
+------------------------+-----------------------------------------------------+
202+
| `Sendgrid`_ | - SMTP sendgrid+smtp://KEY@default |
203+
| | - HTTP n/a |
204+
| | - API sendgrid+api://KEY@default |
205+
+------------------------+-----------------------------------------------------+
206+
| `Sendinblue`_ | - SMTP sendinblue+smtp://USERNAME:PASSWORD@default |
207+
| | - HTTP n/a |
208+
| | - API sendinblue+api://KEY@default |
209+
+------------------------+-----------------------------------------------------+
181210

182211
.. caution::
183212

0 commit comments

Comments
 (0)
0