แก้ชื่อ email
This commit is contained in:
parent
eef7abfc78
commit
266e330a21
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ namespace BMA.EHR.Application.Messaging
|
|||
|
||||
|
||||
var mail = new MailMessage();
|
||||
mail.From = new MailAddress(from, "eHR Bangkok Automation System");
|
||||
mail.From = new MailAddress(from, "ระบบบริหารทรัพยากรบุคคลของกรุงเทพมหานคร");
|
||||
mail.To.Add(receiver);
|
||||
mail.Subject = subject;
|
||||
mail.Body = body;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue