Try the sendmail like nextcloud

This commit is contained in:
Lillian-Violet 2023-12-31 13:42:54 +01:00
parent ede636e352
commit 44edc5ccd8

View file

@ -34,7 +34,8 @@
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "no-reply@git.lillianviolet.dev";
SENDMAIL_PATH = "/run/wrappers/bin/sendmail";
SENDMAIL_PATH = "sendmail";
SENDMAIL_ARGS = "-bs";
};
repository = {
ENABLE_PUSH_CREATE_USER = true;