Added transport none,ssl,tls to config.json as smtp_transport (v1.13)

This commit is contained in:
Mark Oudsen
2021-03-01 18:36:28 +01:00
parent 1fb10ed089
commit db81193e17
2 changed files with 16 additions and 2 deletions

View File

@@ -14,5 +14,6 @@
"zabbix_api_pwd": "astrongpassword",
"mail_from": "sender@domain.com",
"smtp_server": "localhost",
"smtp_port": 25
"smtp_port": 25,
"smtp_transport": "none"
}