1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix nextcloud mail

This commit is contained in:
RGBCube 2024-01-15 19:33:43 +03:00
parent f495d6e868
commit e57c3bfe16
No known key found for this signature in database

View file

@ -28,14 +28,9 @@ in serverSystemConfiguration {
extraOptions = { extraOptions = {
default_phone_region = "TR"; default_phone_region = "TR";
mail_domain = domain; mail_smtphost = "::";
mail_smtphost = domain; mail_smtpmode = "sendmail";
mail_from_address = "cloud"; mail_from_address = "cloud";
mail_smtpname = "contact";
mail_smtpauth = true;
mail_smtpsecure = "ssl";
}; };
phpOptions = { phpOptions = {