-
Notifications
You must be signed in to change notification settings - Fork 0
/
Email Template.html
157 lines (152 loc) · 12 KB
/
Email 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!--
Youtube Email Notification Template
Here are the required DUMMY Values with examples to be replaced with their real values.
dummy value (example)
___________ _________
DUMMYCHANNELNAME (My Channel)
DUMMYCHANNELURL (https://****)
DUMMYCHANNELIMAGEURL (https://***********.jpg or .webp etc.)
DUMMYVIDEOTITLE (My New Video)
DUMMYVIDEOURL (https://****)
DUMMYVIDEOIMAGEURL (https://***********.jpg or .webp etc.)
DUMMYVIDEOLENGTH (05:23)
-->
<table valign="top" style="margin-top:14px;" width="680" cellspacing="0" cellpadding="0" border="0" bgcolor="transparent" align="center">
<tbody>
<tr>
<td width="40"></td>
<td width="600">
<table width="600" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td>
<table valign="center" width="600" cellspacing="0" cellpadding="0" border="0" align="left">
<tbody>
<tr>
<td width="584" valign="center">
<a target="_blank" href="https://www.youtube.com/"><img src="https://www.gstatic.com/youtube/img/branding/youtubelogo/1x/youtubelogo_60.png" style="display:block" height="30" border="0"></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="20"></td>
</tr>
<tr>
<td>
<table valign="center" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td>
<table width="600" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td colspan="3">
<a style="text-decoration:none;display:block" class="nonplayable" target="_blank" href="DUMMYVIDEOURL">
<table style="background-repeat:no-repeat;background-size:cover;background-position:center" width="600" height="338" cellspacing="0" cellpadding="0" border="0" background="DUMMYVIDEOIMAGEURL" align="center">
<tbody>
<tr>
<td>
<img src="https://www.gstatic.com/youtube/img/email/transparent_pixel.png" style="max-height:300px" data-image-whitelisted="" alt="DUMMYVIDEOTITLE" width="600">
</td>
</tr>
<tr scope="row">
<td style="color:#fff;text-align:right;font-size:12px" width="600" valign="bottom">
<div style="margin-bottom:8px;margin-right:8px;border-radius:2px;background-color:#212121;padding:2px 4px;display:inline-block">DUMMYVIDEOLENGTH</div>
</td>
</tr>
</tbody>
</table>
</a>
</td>
</tr>
<tr>
<td>
<table height="16" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td height="16"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table style="table-layout:fixed" width="560" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="vertical-align:top" width="48">
<a target="_blank" href="DUMMYCHANNELURL">
<img style="display:block;border-radius:50%" data-image-whitelisted="" src="DUMMYCHANNELIMAGEURL" width="48" border="0">
</a>
</td>
<td width="16"></td>
<td>
<table style="table-layout:fixed" width="540" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="center">
<table style="table-layout:fixed" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="padding-bottom:4px">
<a style="text-decoration:none" target="_blank" href="DUMMYVIDEOURL">
<span valign="center" style="font-family:Roboto,sans-serif;font-size:14px;color:#212121;line-height:20px">
DUMMYVIDEOTITLE
</span>
</a>
</td>
</tr>
<tr>
<td>
<a style="font-family:Roboto,sans-serif;font-size:12px;color:#757575;line-height:16px;letter-spacing:0px;text-decoration:none" target="_blank" href="DUMMYCHANNELURL">
DUMMYCHANNELNAME
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table height="16" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td height="16"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<hr style="display:none;height:1px;border:0;border-top:1px solid #eaeaea;margin-bottom:16px;padding:0">
</td>
</tr>
</tbody>
</table>
</td>
<td width="40"></td>
</tr>
</tbody>
</table>