From bd482c9b75847b6130cc706cd244e44467550eff Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Fri, 14 May 2021 11:10:26 +0200 Subject: [PATCH] Note about smtp.relay.password and ASCII only See also: https://github.com/YunoHost/issues/issues/1800 --- .../07.email_relay/email_configure_relay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/01.administrate/07.specific_use_cases/07.email_relay/email_configure_relay.md b/pages/01.administrate/07.specific_use_cases/07.email_relay/email_configure_relay.md index f3dfb734..295c415f 100644 --- a/pages/01.administrate/07.specific_use_cases/07.email_relay/email_configure_relay.md +++ b/pages/01.administrate/07.specific_use_cases/07.email_relay/email_configure_relay.md @@ -41,7 +41,7 @@ Please note that modifying your DNS records could sometimes take over 24h to tak In order to setup your YunoHost to use your SMTP relay, you will have to configure three things: 1. Your SMTP relay URL (for this tutorial we will use `smtprelay.tld`) 2. Your SMTP relay username (for this tutorial we will use `username`) -3. Your SMTP relay password (for this tutorial we will use `password`) +3. Your SMTP relay password (for this tutorial we will use `password`) Note: To be saved: use a ASCII only password. Your SMTP relay will obviously provide you with these three things, that should be available in your control panel or whatsoever.