-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_mail
46 lines (37 loc) · 1.73 KB
/
template_mail
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
<!DOCTYPE html>
<html>
<head>
<title>Template mail</title>
</head>
<body>
<p>Bonjour,</p>
<p>Vous retrouverez ci-dessous un tableau récapitulatif de vos derniers pourriels reçus.</p>
<p>Vous pouvez rétablir ces mails en cliquant sur le lien "Rétablir".</p>
{{spam_table}}
<p>Nous restons à votre disposition pour tout renseignement ou correction.</p>
<p>Cordialement,</p>
<br>
<div style="color:#218990; font-style: italic;"> Tél. : <a
style="color:#218990; text-decoration: none;"
href="tel:+33553466106">05 53 46 61 06</a><br>
E-mail : <a style="color:#218990; text-decoration: none;"
href="mailto:technique@ircf.fr">technique@ircf.fr</a>
</div>
<br>
<address style="font-weight: bold; font-size: 12px; line-height:
20px; border-top: #218990 solid 1px; border-bottom: #218990
solid 1px; max-width: 250px; padding-top: 10px; padding-bottom:
10px;"> 19, rue de la Prairie<br>
24430 Marsac-sur-l'Isle<br>
Tél. <a style="text-decoration: none; color: #000000;"
href="tel:+33553467179">05 53 46 71 79</a>
</address>
<p style="font-size: 12px; line-height: 20px; font-weight: bold;
font-style: italic;"> <a style="text-decoration: none; color:
#000000;" href="https://ircf.fr/">www.ircf.fr</a>
</p>
<br>
<p>Les données et renseignements contenus dans ce message sont personnels, confidentiels et secrets. Toute publication, utilisation ou diffusion, même partielle, doit être autorisée.</p>
<p>Any data and information contained in this electronic mail is personal, confidential and secret. Any total or partial publication, use or distribution must be authorized.</p>
</body>
</html>