You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MathStudySystem/src/storage/config.json

11 lines
183 B

{
"smtp": {
"server": "",
"port": 587,
"username": "",
"password": "",
"use_tls": true,
"use_ssl": false,
"sender_name": "Math Study App"
}
}