From 5d32bfd26ca6c4c165677d426fcfc2ceae90752c Mon Sep 17 00:00:00 2001 From: harid Date: Tue, 25 Nov 2025 16:05:00 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B8=A5=E0=B8=B5=E0=B9=88?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7?= =?UTF-8?q?=E0=B8=B2=E0=B8=A1=E0=B8=AA=E0=B8=96=E0=B8=B2=E0=B8=99=E0=B8=B0?= =?UTF-8?q?=E0=B8=AA=E0=B8=A1=E0=B8=B1=E0=B8=84=E0=B8=A3=E0=B8=AA=E0=B8=AD?= =?UTF-8?q?=E0=B8=9A=E0=B8=97=E0=B8=B2=E0=B8=87=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/CandidateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/CandidateService.cs b/Services/CandidateService.cs index 55369f2..8139318 100644 --- a/Services/CandidateService.cs +++ b/Services/CandidateService.cs @@ -2020,7 +2020,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services if (status == "checkRegister") { var subject = "แจ้งผลการสมัครสอบคัดเลือก " + exam.Name; - var body = candidate.FirstName + " " + candidate.LastName + " สถานะการสมัครสอบ: รอยืนยันสถานะการสมัคร"; + var body = candidate.FirstName + " " + candidate.LastName + " สถานะการสมัครสอบ: ได้รับใบสมัครแล้ว"; if (candidate.Email != null && candidate.Email != "") _mailService.SendMailToUser(subject, body, candidate.Email); if (candidate.RegisterDate == null) candidate.RegisterDate = DateTime.Now;