From 3ab566389bacd73fe46da81d35b2183f88add7fc Mon Sep 17 00:00:00 2001 From: Shahadat Hossain Date: Sun, 5 Oct 2025 14:25:28 +0600 Subject: [PATCH] Pay slip mail body need to update Done --- Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs index e16b206..52dc3da 100644 --- a/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs +++ b/Payroll.UI/Payroll.UI/Salary/fPayslipSendMail.cs @@ -352,7 +352,8 @@ namespace Payroll.UI sb.AppendLine("Dear " + item.Name + "

"); sb.AppendLine("Attached your pay slip of " + dtpfromDate.Value.ToString("MMMM yyyy") + "." + "

"); sb.AppendLine("If you have any query, please contact :" + "

"); - sb.AppendLine("Md. Showkat Hossain, Mobile-01711679640, email: fkanak@celimited.com" + "
"); + sb.AppendLine("Md. Showkat Hossain, Mobile-01711679640, email: fkanak@celimited.com" + "

"); + sb.AppendLine("Note:
***Please use the last four digits of your mobile number, that you have shared with us, as the password to open the pay-slip" + "
"); MS.Body = sb.ToString(); } //else if (nType == 2)