Add email template
This commit is contained in:
parent
e6bb90f999
commit
61099a9ed1
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Email de notificaiton</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p> Destinataires {{ ''.join(data['recipients']) }} </p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue