Added ability to apply non-strict SSL email transportation (v1.14)

This commit is contained in:
Mark Oudsen
2021-03-01 19:51:11 +01:00
parent db81193e17
commit 995fdf0b68
2 changed files with 31 additions and 6 deletions

View File

@@ -15,5 +15,6 @@
"mail_from": "sender@domain.com",
"smtp_server": "localhost",
"smtp_port": 25,
"smtp_transport": "none"
"smtp_transport": "none",
"smtp_strict": "yes"
}