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

17 lines
670 B
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>As part of our digitalization efforts, we encourage you to use our system to submit your bid quotation for the RFQ item through our web form. Please follow this link and complete the necessary forms: <a href="@ViewBag.FormLink">Form Link</a>.</p>
<p>Thank you for your cooperation.</p>
<p>Regards,</p>
<p>@ViewBag.Signature</p>
</body>
</html>