added mail functionality
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"db":
|
||||
{
|
||||
"db": {
|
||||
"DBPath": "data/db.sqlite3"
|
||||
},
|
||||
"smtp": {
|
||||
"server": "mail.server.com",
|
||||
"user": "username",
|
||||
"password": "password",
|
||||
"port": 465,
|
||||
"mailtype": "html"
|
||||
"smtp": {
|
||||
"Host": "mail.server.com",
|
||||
"User": "username",
|
||||
"Password": "password",
|
||||
"Port": 465,
|
||||
"Mailtype": "html",
|
||||
"AdminEmail": "admin@server.com"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user