From 0995658ca6f381634d54b9b8129cdf94b7f9e311 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 13 Dec 2022 11:13:52 +0000 Subject: [PATCH] website/docs: add note for possibly blocked SMTP ports closes #4192 Signed-off-by: Jens Langhammer --- website/docs/troubleshooting/emails.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/troubleshooting/emails.md b/website/docs/troubleshooting/emails.md index de11355dc..cc23b1437 100644 --- a/website/docs/troubleshooting/emails.md +++ b/website/docs/troubleshooting/emails.md @@ -2,6 +2,10 @@ title: Troubleshooting Email sending --- +:::info +Some hosting providers block outgoing SMTP ports, in which case you'll have to host an SMTP relay on a different port with a different provider. +::: + To test if an email stage, or the global email settings are configured correctly, you can run the following command: ```