From 311af85c5a978817d5a2428e03e37fd48ff9d16c Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 9 Dec 2023 18:38:00 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 9dc58bf5c7..b01c79d6a5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1558,6 +1558,7 @@ Note that [Google Fi](https://fi.google.com/) is using a VPN too. The error '*You must use stronger authentication such as AUTH or APOP to connect to this server*' can be fixed by enabling debug mode (last option in the miscellaneous settings tab page), and in the debug panel that appears enabling the APOP option. +After that, debug mode can be disabled again. **Send errors** diff --git a/index.html b/index.html index affe755b14..445638a24b 100644 --- a/index.html +++ b/index.html @@ -929,7 +929,7 @@ Visit https://aka.ms/smtp_auth_disabled for more information.

Many public Wi-Fi networks block outgoing email to prevent spam. Sometimes you can workaround this by using another SMTP port. See the documentation of the provider for the usable port numbers.

If you are using a VPN, the VPN provider might block the connection because it is too aggressively trying to prevent spam. Similarly, the email server might block connections via a VPN because it was misused for sending spam. Some VPN providers have “cleaner” IP addresses than others, so switching to another VPN provider might be useful. Note that Google Fi is using a VPN too.

-

The error ‘You must use stronger authentication such as AUTH or APOP to connect to this server’ can be fixed by enabling debug mode (last option in the miscellaneous settings tab page), and in the debug panel that appears enabling the APOP option.

+

The error ‘You must use stronger authentication such as AUTH or APOP to connect to this server’ can be fixed by enabling debug mode (last option in the miscellaneous settings tab page), and in the debug panel that appears enabling the APOP option. After that, debug mode can be disabled again.

Send errors

SMTP servers can reject messages for a variety of reasons. Too large messages and triggering the spam filter of an email server are the most common reasons.