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:
Lauri Ojansivu 2021-10-28 13:06:43 +03:00
parent dfd5acea97
commit d9adce7b67
5 changed files with 9 additions and 3 deletions

View file

@ -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'"