-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemailjs.html
More file actions
90 lines (85 loc) · 1.92 KB
/
emailjs.html
File metadata and controls
90 lines (85 loc) · 1.92 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<div
style="
font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
sans-serif;
font-size: 14px;
background-color: #0f1418;
color: #f0f2f5;
padding: 24px;
"
>
<div style="margin-bottom: 16px; color: #98a0b3">
Vous avez reçu un message de
<strong style="color: #8b5cf6">{{name}}</strong>.
</div>
<div
style="
margin-top: 20px;
padding: 20px 0;
border-top: 1px dashed #242b32;
border-bottom: 1px dashed #242b32;
"
>
<table role="presentation" cellpadding="0" cellspacing="0">
<tr>
<td style="vertical-align: top">
<div
role="img"
style="
padding: 10px 20px;
margin-right: 12px;
background-color: #1f2830;
border-radius: 12px;
font-size: 24px;
font-weight: 700;
color: #8b5cf6;
"
>
?
</div>
</td>
<td style="vertical-align: top">
<div
style="
color: #f0f2f5;
font-size: 16px;
font-weight: 600;
"
>
{{name}}
</div>
<div
style="
color: #98a0b3;
font-size: 12px;
margin-bottom: 10px;
"
>
{{time}}
</div>
<div
style="
background-color: #141a1f;
padding: 14px 16px;
border-radius: 12px;
color: #f0f2f5;
font-size: 15px;
line-height: 1.5;
"
>
{{message}}
</div>
</td>
</tr>
</table>
</div>
<div
style="
margin-top: 18px;
font-size: 12px;
color: #98a0b3;
"
>
— Notification envoyée depuis https://pierre-clement-oise.fr
</div>
</div>