From 39e45952c45dd401aaa009b1b96deb358dc0511e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:10:05 +0200 Subject: [PATCH] mail --- conf/config.yml | 4 ++-- manifest.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/config.yml b/conf/config.yml index 907adf5..a77fc4e 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -138,9 +138,9 @@ mailer: # SMTP Auth Type. Can be either `plain`, `login` or `cram-md5`. authtype: "plain" # SMTP username - username: "" + username: "__APP__" # SMTP password - password: "" + password: "__MAIL_PWD__" # Wether to skip verification of the tls certificate on the server skiptlsverify: true # The default from address when sending emails diff --git a/manifest.toml b/manifest.toml index def0311..464c2d7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -65,6 +65,7 @@ ram.runtime = "50M" [resources.ports] [resources.system_user] + allow_email = true [resources.install_dir]