Skip to content

Commit 856bfbe

Browse files
Fix SMTP/HTTP/API formats to have a consistent order
1 parent 4ed63bb commit 856bfbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ 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`` |

0 commit comments

Comments
 (0)