Add SendEmail ไปที่ระบบออกคำสั่ง

This commit is contained in:
Suphonchai Phoonsawat 2023-09-05 14:43:46 +07:00
parent 648d940b57
commit 68a8ca9d9f
6 changed files with 69 additions and 16 deletions

View file

@ -34,5 +34,12 @@
"Protocol": "HTTPS",
"Node": {
"API": "https://bma-ehr.frappet.synology.me/api/v1/probation"
},
"Mail": {
"Server": "smtp.gmail.com",
"User": "suphonchai.ph@gmail.com",
"Password": "nnjazjcnwhepkxdm",
"MailFrom": "suphonchai.ph@gmail.com",
"Port": "587"
}
}