website/docs: add note for possibly blocked SMTP ports
closes #4192 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
53f3764879
commit
0995658ca6
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Reference in New Issue