mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added MAIL_SERVICE settings for Well Known Email Services https://github.com/wekan/wekan/wiki/Troubleshooting-Mail . Please test.
Thanks to xet7 ! Fixes #3702
This commit is contained in:
parent
2f33a1ecff
commit
ab8e56e16a
14 changed files with 175 additions and 33 deletions
|
|
@ -49,6 +49,18 @@ echo -e "\t$ snap set $SNAP_NAME with-api='true'"
|
|||
echo -e "\t-Disable the API:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME with-api"
|
||||
echo -e "\n"
|
||||
echo -e "Email: https://github.com/wekan/wekan/wiki/Troubleshooting-Mail"
|
||||
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 "\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'"
|
||||
echo -e "mail-service-password:"
|
||||
echo -e "\t$ snap set $SNAP_NAME mail-service-password='SecretPassword'"
|
||||
echo -e "\n"
|
||||
echo -e "Number of search results to show per page by default:"
|
||||
echo -e "\t$ snap set $SNAP_NAME results-per-page='20'"
|
||||
echo -e "\t-Restore default:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue