Try the sendmail like nextcloud

This commit is contained in:
Lillian Violet 2023-12-31 13:42:54 +01:00
parent 9ba0b33aea
commit e0e291b352

View file

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