From 758fd9c913cee012dd25b8215b8b0b16f12743ca Mon Sep 17 00:00:00 2001 From: HeySora Date: Tue, 22 Aug 2023 07:49:15 +0200 Subject: [PATCH] Docs: Drop mention of port 25 support for authenticated submission (#3496) * FAQ: Remove outdated port 25 for mail client use --- docs/content/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 58a327b9..bb2fbe63 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -143,7 +143,7 @@ imap port: 143 or 993 with STARTTLS/SSL (recommended) imap path prefix: INBOX # SMTP -smtp port: 25 or 587/465 with STARTTLS/SSL (recommended) +smtp port: 587 or 465 with STARTTLS/SSL (recommended) username: password: ```