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