diff --git a/conf/.env.production b/conf/.env.production index c05bcbf..1678b60 100644 --- a/conf/.env.production +++ b/conf/.env.production @@ -47,11 +47,11 @@ FLOWER_PASSWORD=changeme # Email config EMAIL_HOST=localhost EMAIL_PORT=587 -EMAIL_HOST_USER=__ADMIN_MAIL__ -EMAIL_HOST_PASSWORD= +EMAIL_HOST_USER=__APP__ +EMAIL_HOST_PASSWORD=__MAIL_PWD__ EMAIL_USE_TLS=true EMAIL_USE_SSL=false -EMAIL_SENDER_NAME=__ADMIN_MAIL__ +EMAIL_SENDER_NAME==__APP__@__DOMAIN__ # defaults to DOMAIN #EMAIL_SENDER_DOMAIN= diff --git a/manifest.toml b/manifest.toml index 3962534..0daced5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,6 +57,7 @@ ram.runtime = "50M" [resources.system_user] + allow_email = true [resources.install_dir]