add mail config file

This commit is contained in:
2023-07-11 15:05:33 +02:00
parent 29a68edc0c
commit 72aae72dcf
4 changed files with 34 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
{
"host":"",
"port": 587,
"secure": false,
"auth": {
"user":"",
"pass":""
},
"tls": {
"servername": ""
}
}