-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmail-template.html
53 lines (53 loc) · 2.87 KB
/
mail-template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="background: #EAEAEA;">
<tr>
<td align="center" style="border-collapse:collapse; padding: 15px 15px;">
<table border="0" cellpadding="0" cellspacing="0" style="border-spacing: 0; border-collapse: collapse; background: #fff; width: 100%; max-width: 800px">
<tr>
<td style="padding:60px 0 60px; text-align: center; background: black;">
<a href="">
<img src="/img/mail/logo-mail-big.png" alt="">
</a>
</td>
</tr>
<tr>
<td style="font-family: 'Helvetica','Roboto','Arial',sans-serif; font-size: 20px; font-weight: 700; padding: 45px 60px 45px; color: #555">
DEAR CUSTOMER
</td>
<tr>
<td style="font-family: 'Helvetica','Roboto','Arial',sans-serif; font-weight: 400; padding: 0px 60px 45px; color: #555; font-size: 14px; line-height: 1.6;">
You have successfully booked your visit to the Auction "...." which is due to be held on <br> <a href="" style="color: #FF7426">Saturday 20th November starting</a> at 15:30 CET at Metropol, Zürich, Stadthausquai 11-13. <br><br>
Please come half an hour before the scheduled time to make time for some formal procedures.<br><br>
We are looking forward to meeting you at the auction!<br><br>
Ineichen Auctioneers
</td>
</tr>
<tr>
<td style="text-align: center; padding: 0px 60px 45px;">
<a href="#" style="font-family: 'Helvetica','Roboto','Arial',sans-serif; font-size: 15px; color: black; font-weight: 500; padding: 10px 0; text-decoration: none; border: 2px black solid; width: 250px; display: block; font-weight: bold; letter-spacing: 2px;">
SEND
</a>
</td>
</tr>
<tr>
<td style="text-align: center; padding: 30px 60px 30px; font-family: 'Helvetica','Roboto','Arial',sans-serif; font-size: 12px; color: #555; font-weight: 500; line-height: 1.5; border-top: 1px #ccc solid;">
<img src="img/mail/logo-mail-small.png" alt="">
<br>
<br>
© 2023 GELFMAN A.G. <br>
Stadthausquai 11CH-8001 Zürich <br>
<a href="tel:+41799425423" style="color: black; text-decoration: none; font-weight: bold">+ 41 79 942 54 23</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>