mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Updated Troubleshooting Mail (markdown)
parent
d81d399c05
commit
3642ba6a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue