mirror of
https://github.com/moudsen/mailGraph
synced 2025-12-15 15:07:04 +01:00
Added transport none,ssl,tls to config.json as smtp_transport (v1.13)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user