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

23 lines
670 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="x-apple-disable-message-reformatting">
<title>P.R. Notification</title>
</head>
<body style="font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6;">
<h5>Dear Ma'am/Sir,</h5>
<p>
A new P.R. # <strong>@ViewBag.PRNo</strong> has been created and is awaiting your approval.
</p>
<br>
<p>
Web Link: <a href="https://llipurchasingnoninventory.com:8080/" target="_blank">Purchasing Link</a>.
</p>
<p>Best regards,</p>
<p>@ViewBag.Signature</p>
</body>
</html>