NonInventPurchasingSystem/CPRNIMS.WebApi/Content/SMTPEmailContent/IncShipFollowUp.cshtml
2026-01-20 07:44:30 +08:00

34 lines
1.2 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="x-apple-disable-message-reformatting">
<title></title>
</head>
<body>
<h5>Dear @ViewBag.Supplier,</h5>
<p>
I hope this message finds you well.
</p>
<p>
I am writing to follow up regarding
our previous correspondence dated <strong>@ViewBag.DeliveryDate</strong> about our order (<strong>Order No#: @ViewBag.PONo / P.I.SI. No#: @ViewBag.ProfInvoiceNo</strong>).
As of today, we have not yet received an update regarding the status of this order.
</p>
<p>
We kindly request your assistance in providing us with the current status and the expected delivery date.
This information will help us plan our operations accordingly.
</p>
<p>
We appreciate your prompt attention to this matter and look forward to your response.
Should you need any further details from our end, please feel free to contact me directly.
</p>
<p>
Thank you very much for your cooperation.
</p>
<p>Best regards,</p>
<p>@ViewBag.Signature</p>
</body>
</html>