Files
libreevent/simple/config/mail.config.json
2024-08-27 15:48:58 +02:00

12 lines
155 B
JSON

{
"host":"",
"port": 587,
"secure": false,
"auth": {
"user":"",
"pass":""
},
"tls": {
"servername": ""
}
}