65 lines
1.7 KiB
HTML
65 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<style>
|
|
body {
|
|
font-family: Calibri, sans-serif;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
table, th, td {
|
|
border: 1px solid black;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
th {
|
|
background-color: #f2f2f2;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Hello Team,</p>
|
|
<p>Greetings!</p>
|
|
<p>This is to inform you that we have received a customer call related to a sales inquiry for Eicher Power Solutions (EPS).</p>
|
|
|
|
|
|
|
|
|
|
|
|
<table border='1' cellpadding='5' cellspacing='0'>
|
|
|
|
<thead style='display: table-header-group;vertical-align: middle;unicode-bidi: isolate;border-color: inherit;'>
|
|
<tbody>
|
|
<tr>
|
|
</tr>
|
|
</tbody>
|
|
<thead><tr>
|
|
<th style='background: #ee2e22 !important;'>Customer Name</th>
|
|
<th style='background: #ee2e22 !important;'>Customer Mobile Number</th>
|
|
<th style='background: #ee2e22 !important;'>Location</th>
|
|
<th style='background: #ee2e22 !important;'>Quantity</th>
|
|
<th style='background: #ee2e22 !important;'>Product Type</th></tr> </thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td>priya</td>
|
|
<td>9993778103</td>
|
|
<td>aaa</td>
|
|
<td>10</td>
|
|
<td>aa</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p>Kindly take this lead forward and connect with the customer at the earliest.</p>
|
|
<p>Regards,<br>CC - EPS</p>
|
|
<p>Disclaimer : This is system generated E-Mail, Please do not reply on this mail.</p>
|
|
</body>
|
|
</html>
|