You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Request for an Account in {{ product.display_name }}</title>
7
+
<style>
8
+
body {
9
+
font-family: Arial, sans-serif;
10
+
margin:0;
11
+
padding:20px;
12
+
color:#333;
13
+
width:600px;
14
+
}
15
+
.container {
16
+
background-color:#f9f9f9;
17
+
padding:20px;
18
+
border-radius:5px;
19
+
box-shadow:0010pxrgba(0,0,0,0.1);
20
+
}
21
+
.header {
22
+
align-items: center;
23
+
height:200px;
24
+
}
25
+
.footer {
26
+
align-items: center;
27
+
}
28
+
a {
29
+
color:#007bff;
30
+
text-decoration: none;
31
+
}
32
+
</style>
33
+
</head>
34
+
<body>
35
+
<divclass="header">
36
+
</div>
37
+
<divclass="container">
38
+
<p>Dear {{ user.first_name }},</p>
39
+
<p>Thank you for your interest in {{ product.display_name }}. We are pleased to provide you with a one-time invitation link to register on the platform.</p>
40
+
<p>Click <ahref="{{ link }}">here</a> to access the registration page.</p>
41
+
<p>Please follow the on-screen information and proceed with your registration.</p>
42
+
<p>If any problem should occur, please feel free to contact us at {{ product.support_email }}.</p>
0 commit comments