change services.nextcloud.settings.mail_smtpauth to boolean
This commit is contained in:
parent
3868f102fa
commit
b4f63bc010
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
mail_from_address = "cloud";
|
mail_from_address = "cloud";
|
||||||
mail_domain = "nekover.se";
|
mail_domain = "nekover.se";
|
||||||
mail_smtpauthtype = "LOGIN";
|
mail_smtpauthtype = "LOGIN";
|
||||||
mail_smtpauth = 1;
|
mail_smtpauth = true;
|
||||||
mail_smtphost = "mail-1.grzb.de";
|
mail_smtphost = "mail-1.grzb.de";
|
||||||
mail_smtpport = 465;
|
mail_smtpport = 465;
|
||||||
mail_smtpname = "cloud@nekover.se";
|
mail_smtpname = "cloud@nekover.se";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue