mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-06 14:52:41 +01:00
Improve mailing and logging
This commit is contained in:
parent
f4cec274bf
commit
6a090414fe
7 changed files with 36 additions and 8 deletions
22
assets/mail-template.html
Normal file
22
assets/mail-template.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div style="width: 100%; text-align: center; display: flex; flex-direction: column;">
|
||||
<p style="font-weight: bold; font-size: large;">Please open the following link in order to {{%a}} your key</p>
|
||||
<div style="margin-top: 2rem; margin-bottom: 2rem;">
|
||||
<a style="font-size: x-large; font-weight: bold;" ; href="{{%u}}">CONFIRM ACTION</a>
|
||||
<p style="font-size: small;">{{%u}}</p>
|
||||
</div>
|
||||
<p style="font-size: small;">If you didn't request to {{%a}} a key, you can safely ignore this email.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue