From 600858716c5a2a57fa4c0420994f40b9a4c3a2ba Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sat, 1 Oct 2022 16:50:04 +0200 Subject: [PATCH] Mailer: remove port 99 for requestbin.com --- mailer.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 9f81cedc91a..d03bbef5a33 100644 --- a/mailer.rst +++ b/mailer.rst @@ -174,7 +174,6 @@ Sendgrid sendgrid+smtp://KEY@default n/a # .env MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin.com - MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin.com:99 Note that the protocol is *always* HTTPs and cannot be changed.