From 4bd0646e0ff49c6472814b8197eb03c499291cd3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 5 Oct 2020 13:23:11 +0300 Subject: [PATCH] Updated Troubleshooting Mail (markdown) --- Troubleshooting-Mail.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Troubleshooting-Mail.md b/Troubleshooting-Mail.md index 1db21ff..d5d70a4 100644 --- a/Troubleshooting-Mail.md +++ b/Troubleshooting-Mail.md @@ -7,8 +7,8 @@ and copy converted characters to your password. ## Example: AWS SES ``` -sudo snap set wekan mail-url="smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587" -sudo snap set wekan mail-from="Wekan Team Boards " +sudo snap set wekan mail-url='smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587' +sudo snap set wekan mail-from='Wekan Team Boards ' ``` ## Example: UCS @@ -30,8 +30,8 @@ sudo snap set wekan mail-from="Wekan Team Boards " Below `@` is urlencoded to `%40` ``` -sudo snap set wekan mail-url="smtps://user%40provider.com:xxxxxx@smtp.provider.com:587" -sudo snap set wekan mail-from="Boards Support " +sudo snap set wekan mail-url='smtps://user%40provider.com:xxxxxx@smtp.provider.com:587' +sudo snap set wekan mail-from='Boards Support ' ``` If settings happends to disappear, it's possible set cron job to run those at morning, see: https://crontab.guru @@ -42,8 +42,8 @@ crontab -e ``` There at bottom add these. Optional is to add to end of snap command `2>&1` to disable output,if there is any. ``` -06 00 * * * sudo snap set wekan mail-url="smtps://user%40provider.com:xxxxxx@smtp.provider.com:587" -06 01 * * * sudo snap set wekan mail-from="Boards Support " +06 00 * * * sudo snap set wekan mail-url='smtps://user%40provider.com:xxxxxx@smtp.provider.com:587' +06 01 * * * sudo snap set wekan mail-from='Boards Support ' ``` ## Check is username and password required