mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix Docs: Only MAIL_URL and MAIL_FROM for email settings. Not Admin Panel anymore.
Thanks to niklasdahlheimer ! Fixes #4090
This commit is contained in:
parent
dfd5acea97
commit
d9adce7b67
5 changed files with 9 additions and 3 deletions
|
@ -54,7 +54,7 @@ echo -e "mail-url:"
|
|||
echo -e "\t$ snap set $SNAP_NAME mail-url='smtp://username:password@email-smtp.eu-west-1.amazonaws.com:587?tls={ciphers:\"SSLv3\"}&secureConnection=false'"
|
||||
echo -e "mail-from:"
|
||||
echo -e "\t$ snap set $SNAP_NAME mail-from='Boards Support <support@example.com>'"
|
||||
echo -e "mail-service:"
|
||||
echo -e "mail-service (CURRENTLY NOT IN USE):"
|
||||
echo -e "\t$ snap set $SNAP_NAME mail-service='Outlook365'"
|
||||
echo -e "mail-service-user:"
|
||||
echo -e "\t$ snap set $SNAP_NAME mail-service-user='firstname.lastname@hotmail.com'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue