Skip to content

Commit 3f18ea5

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Mailer] Add missing formats & fix format order in Bridge table
2 parents 316e8c8 + 0859c9b commit 3f18ea5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

mailer.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,17 @@ party provider:
185185
+------------------------+-------------------------------------------------------------------------------------------+
186186
| Provider | Formats |
187187
+========================+===========================================================================================+
188-
| `AhaSend`_ | - API ``ahasend+api://KEY@default`` |
188+
| `AhaSend`_ | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default`` |
189189
| | - HTTP n/a |
190-
| | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default`` |
190+
| | - API ``ahasend+api://KEY@default`` |
191191
+------------------------+-------------------------------------------------------------------------------------------+
192192
| `Amazon SES`_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default`` |
193193
| | - HTTP ``ses+https://ACCESS_KEY:SECRET_KEY@default`` |
194194
| | - API ``ses+api://ACCESS_KEY:SECRET_KEY@default`` |
195195
+------------------------+-------------------------------------------------------------------------------------------+
196-
| `Azure`_ | - API ``azure+api://ACS_RESOURCE_NAME:KEY@default`` |
196+
| `Azure`_ | - SMTP n/a |
197+
| | - HTTP n/a |
198+
| | - API ``azure+api://ACS_RESOURCE_NAME:KEY@default`` |
197199
+------------------------+-------------------------------------------------------------------------------------------+
198200
| `Brevo`_ | - SMTP ``brevo+smtp://USERNAME:PASSWORD@default`` |
199201
| | - HTTP n/a |

0 commit comments

Comments
 (0)