Try the sendmail like nextcloud
This commit is contained in:
parent
9ba0b33aea
commit
e0e291b352
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue