Add email.json config

This commit is contained in:
Vortrex
2021-02-26 13:45:25 -06:00
parent 2c37702b22
commit fff99505c5

9
config/email.json Normal file
View File

@@ -0,0 +1,9 @@
{
"host":"",
"port":"",
"username":"",
"password":"",
"from":"",
"fromName":"",
"useTLS":"true"
}