no message

This commit is contained in:
Kittapath 2024-07-10 15:46:57 +07:00
parent 33f979c5ad
commit 99027059c5
2 changed files with 7 additions and 2 deletions

View file

@ -106,8 +106,6 @@ namespace BMA.EHR.Placement.Service.Controllers
}
return Success();
}
return Success();
}
[HttpPost("profile")]

View file

@ -35,6 +35,13 @@
"Hour": "08",
"Minute": "00"
},
"Mail": {
"Server": "smtp.gmail.com",
"User": "suphonchai.ph@gmail.com",
"Password": "nnjazjcnwhepkxdm",
"MailFrom": "suphonchai.ph@gmail.com",
"Port": "587"
},
"Protocol": "HTTPS",
"API": "https://bma-ehr.frappet.synology.me/api/v1"
}