Docs: Drop mention of port 25 support for authenticated submission (#3496)

* FAQ: Remove outdated port 25 for mail client use
This commit is contained in:
HeySora 2023-08-22 07:49:15 +02:00 committed by GitHub
parent 0dc862156f
commit 758fd9c913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: <user1@example.com>
password: <mypassword>
```