fix: Added support for autotls in mail transport #5314

This commit is contained in:
Rob Nichols
2017-01-10 10:03:47 +00:00
committed by Neil Lathwood
parent 656a1524d2
commit f98829ba9d
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
INSERT INTO `config` (`config_name`, `config_value`, `config_default`, `config_descr`, `config_group`, `config_group_order`, `config_sub_group`, `config_sub_group_order`, `config_hidden`, `config_disabled`) VALUES ('email_auto_tls','true','true','Enable / disable Auto TLS support','alerting',0,'general',0,'0','0');