From 1052835a44cc19c5125e6bfb844ab171ba542b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:45:31 +0100 Subject: [PATCH] add email user password --- conf/app.ini | 2 ++ manifest.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/conf/app.ini b/conf/app.ini index 615f467..5c3f670 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -36,6 +36,8 @@ ENABLED = true SMTP_ADDR = localhost SMTP_PORT = 25 FROM = "Forgejo" +USER = __APP__ +PASSWD = __MAIL_PWD__ FORCE_TRUST_SERVER_CERT = true [service] diff --git a/manifest.toml b/manifest.toml index 86ba79d..d11c0ea 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,6 +60,7 @@ ram.runtime = "2G" [resources.system_user] allow_ssh = true + allow_email = true [resources.ports] main.default = 6000