Skip to content

Commit fbd3759

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Mailer] Add missing formats & fix format order in Bridge table
2 parents 37fac9f + 3f18ea5 commit fbd3759

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
@@ -169,15 +169,17 @@ party provider:
169169
+------------------------+-------------------------------------------------------------------------------------------+
170170
| Provider | Formats |
171171
+========================+===========================================================================================+
172-
| `AhaSend`_ | - API ``ahasend+api://KEY@default`` |
172+
| `AhaSend`_ | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default`` |
173173
| | - HTTP n/a |
174-
| | - SMTP ``ahasend+smtp://USERNAME:PASSWORD@default`` |
174+
| | - API ``ahasend+api://KEY@default`` |
175175
+------------------------+-------------------------------------------------------------------------------------------+
176176
| `Amazon SES`_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default`` |
177177
| | - HTTP ``ses+https://ACCESS_KEY:SECRET_KEY@default`` |
178178
| | - API ``ses+api://ACCESS_KEY:SECRET_KEY@default`` |
179179
+------------------------+-------------------------------------------------------------------------------------------+
180-
| `Azure`_ | - API ``azure+api://ACS_RESOURCE_NAME:KEY@default`` |
180+
| `Azure`_ | - SMTP n/a |
181+
| | - HTTP n/a |
182+
| | - API ``azure+api://ACS_RESOURCE_NAME:KEY@default`` |
181183
+------------------------+-------------------------------------------------------------------------------------------+
182184
| `Brevo`_ | - SMTP ``brevo+smtp://USERNAME:PASSWORD@default`` |
183185
| | - HTTP n/a |

0 commit comments

Comments
 (0)