Skip to content

Commit

Permalink
adding mailservices
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 19, 2023
1 parent 33fb116 commit dfb18a1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .cfconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"inspectTemplate":"always",
"requestTimeout":"0,0,0,90",
"robustExceptionEnabled":true,
"whitespaceManagement":"white-space-pref"
}
"whitespaceManagement":"white-space-pref",
"mailServers":[
{
"tls":false,
"password":"",
"port":25,
"username":"",
"ssl":false,
"smtp":"localhost"
}
]
}

0 comments on commit dfb18a1

Please sign in to comment.