Skip to content

Commit fd4cd2a

Browse files
committed
minor #17320 [Mailer] Mailer: remove port 99 for requestbin.com (alexislefebvre)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Mailer: remove port 99 for requestbin.com It looked strange when there were 2 examples with different ports, why use duplicated lines since the value of the second line will overwrite the value of the first one? I can't find any reference to port 99 in the documentation of requestbin.com, so I suggest to keep only one example. Commits ------- 6008587 Mailer: remove port 99 for requestbin.com
2 parents c0f4dd4 + 6008587 commit fd4cd2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mailer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ Sendgrid sendgrid+smtp://KEY@default n/a
174174
175175
# .env
176176
MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin.com
177-
MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin.com:99
178177
179178
Note that the protocol is *always* HTTPs and cannot be changed.
180179

0 commit comments

Comments
 (0)