diff --git a/source/mods.md b/source/mods.md index 5405c25..95273d2 100644 --- a/source/mods.md +++ b/source/mods.md @@ -79,7 +79,9 @@ Example _easywaf-config.json_ file: "mailConfig": { "serverConfig": { "host": "localhost", - "port": 25 + "port": 25, + "secure": false, + "ignoreTLS": true }, "from": "svrjs@localhost", "to": "sysadmin@localhost"