Skip to content

Commit 194ad4d

Browse files
committed
minor #15114 [Mailer] Fix DSN (OskarStark)
This PR was merged into the 5.2 branch. Discussion ---------- [Mailer] Fix DSN Commits ------- 316da38 Fix DSN
2 parents 3bbe1a7 + 316da38 commit 194ad4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ party provider:
165165
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
166166
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
167167
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
168-
Sendinblue sendinblue+smtp://apikey:USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
168+
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
169169
==================== ==================================================== =========================================== ========================================
170170

171171
.. caution::

0 commit comments

Comments
 (0)