-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml-email-template.html
More file actions
72 lines (55 loc) · 1.76 KB
/
Copy pathhtml-email-template.html
File metadata and controls
72 lines (55 loc) · 1.76 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<body style="margin:0;padding:0;background:#f4f6f8;font-family:Arial,Helvetica,sans-serif;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background:#f4f6f8;padding:40px 0;">
<tr>
<td align="center">
<table role="presentation" width="600" cellpadding="0" cellspacing="0" style="background:#ffffff;border-radius:8px;border:1px solid #e5e7eb;">
<tr>
<td style="background:#2563eb;padding:24px;color:white;">
<h2 style="margin:0;font-size:24px;">Release Notes Available</h2>
</td>
</tr>
<tr>
<td style="padding:32px;color:#333333;line-height:1.7;font-size:16px;">
<p>Hello,</p>
<p>
The release notes for
<strong>{{ $now.toFormat('dd-MM-yyyy') }}</strong>
are now available.
</p>
<p>
Please download the attached release notes to review the latest features, improvements, bug fixes, and other updates included in this release.
</p>
<table role="presentation" cellpadding="0" cellspacing="0" style="margin:30px 0;">
<tr>
<td bgcolor="#2563eb" style="border-radius:6px;">
<a href="{{ $json.documentId }}"
style="display:inline-block;padding:14px 28px;color:#ffffff;text-decoration:none;font-weight:bold;">
Download Release Notes
</a>
</td>
</tr>
</table>
<p>
If you have any questions or feedback, please feel free to reach out.
</p>
<p>
Kind regards,<br>
Aminat Fowoke Balogun
</p>
</td>
</tr>
<tr>
<td style="background:#f8fafc;border-top:1px solid #e5e7eb;padding:20px;font-size:13px;color:#6b7280;text-align:center;line-height:1.6;">
This email was generated automatically by the Release Notes Automation workflow.<br>
For questions or support, please contact
<strong>Aminat Fowoke Balogun</strong>.
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>