From c87d12e6eb88f7bbe7e89b2cd69f16ceb95f0879 Mon Sep 17 00:00:00 2001 From: Tiv0w <41124670+Tiv0w@users.noreply.github.com> Date: Wed, 12 Mar 2025 21:05:46 +0100 Subject: [PATCH] Updated SMTP Configuration (markdown) --- SMTP-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 01fa82e..5aba93c 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -158,7 +158,7 @@ So: `~^",a.%\,'}b&@|/c!1(#}` becomes `'~^",a.%\\,\'}b&@|/c!1(#}'` ## Troubleshooting -It often happens that people are having issues with connecting to there SMTP server from Vaultwarden.
+It often happens that people are having issues with connecting to their SMTP server from Vaultwarden.
Most of the time it's a wrong configuration or the ISP/Hosting blocking the ports or IP's.
Some basic steps to check if you can access the SMTP server can be done by running the following commands on the host where you are running Vaultwarden, either using Docker or as a standalone binary.