From 8bc13fc91f223ce241713b2805d7a02f94b3a10e Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 17 Apr 2022 15:35:41 +0200 Subject: [PATCH] fixed env template email settings --- .env.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index eb798a1dd..9b09e8a38 100644 --- a/.env.template +++ b/.env.template @@ -86,8 +86,10 @@ GUNICORN_MEDIA=0 # EMAIL_HOST_PASSWORD= # EMAIL_USE_TLS=0 # EMAIL_USE_SSL=0 -# DEFAULT_FROM_EMAIL= # email sender address (default 'webmaster@localhost') -# ACCOUNT_EMAIL_SUBJECT_PREFIX= # prefix used for account related emails (default "[Tandoor Recipes] ") +# email sender address (default 'webmaster@localhost') +# DEFAULT_FROM_EMAIL= +# prefix used for account related emails (default "[Tandoor Recipes] ") +# ACCOUNT_EMAIL_SUBJECT_PREFIX= # allow authentication via reverse proxy (e.g. authelia), leave off if you dont know what you are doing # see docs for more information https://vabene1111.github.io/recipes/features/authentication/