Updated Troubleshooting Mail (markdown)

Lauri Ojansivu 2019-10-01 21:34:31 +03:00
parent d81d399c05
commit 3642ba6a4c

@ -25,7 +25,7 @@ If settings happends to disappear, it's possible set cron job to run those at mo
sudo su sudo su
export EDITOR=nano export EDITOR=nano
crontab -e 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. 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 00 * * * sudo snap set wekan mail-url="smtps://user%40provider.com:xxxxxx@smtp.provider.com:587"