add send mail lib
This commit is contained in:
@@ -16,5 +16,13 @@
|
||||
"port": 27017,
|
||||
"dbname": "lora"
|
||||
}
|
||||
},
|
||||
"smtp": {
|
||||
"sys_mail": "admin@localhost",
|
||||
"host": "localhost",
|
||||
"port": 587,
|
||||
"secure": false,
|
||||
"user": "admin",
|
||||
"pass": "pass"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user