Skip to content

Commit 8aff69a

Browse files
committed
minor #15115 [Mailer] Fix DSNs (OskarStark)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Fix DSNs Commits ------- 89a9964 Fix DSNs
2 parents b693687 + 89a9964 commit 8aff69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ party provider:
150150
Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a n/a
151151
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
152152
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
153-
Postmark postmark+smtp://ID:ID@default n/a postmark+api://KEY@default
154-
Sendgrid sendgrid+smtp://apikey:KEY@default n/a sendgrid+api://KEY@default
153+
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
154+
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
155155
==================== ========================================== =========================================== ========================================
156156

157157
.. caution::

0 commit comments

Comments
 (0)