-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessage_body.html
59 lines (45 loc) · 3.2 KB
/
message_body.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Message body </title>
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<style>
</style>
<body >
'
<div style=" background-color: #f4f4f4;margin:0px ; padding:0px;font-family: Helvetica, Arial, sans-serif; font-weight: 400; line-height: 25px;height:1000px" >
<div style="background-color:#7c72dc;height:100px;">
</div>
<div style="background-color:#7c72dc;height: 90px;">
<h1 style="background-color:#ffffff; width:500px;;margin:auto;border-radius: 4px 4px 0px 0px; color: #978582; font-family: Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 4px; line-height: 120px;text-align: center;"> Trouble signing in?</h1>
</div>
<div style="background-color:#ffffff;height: 450px;width:500px;;margin:auto;border-radius: 3px ;text-align:center ">
<p style=" padding: 20px 30px 40px 30px; color: #666666; font-size: 18px; text-align:left">
Resetting your password is easy. Just press the button below and follow the instructions. We w’ll have you up and running in no time.</p>
<div style=" padding: 20px 30px 40px 30px; ">
<p style="width: 327px; min-height: 70px;;background-color: #7c72dc;margin:auto; text-align: center;border-radius: 4px; "><a href="'.$reset_url.'" style="font-size: 20px; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; padding:15px 25px; display: inline-block;line-height: 35px;"> Reset Password</a> </p>
</div>
<div style="background-color: #444444; padding: 20px 30px ;">
<p style="font-size: 24px; color:#ffffff; ">Unable to click on the button above?</p>
</div>
<div style="background-color:#eeeeee; padding: 20px 30px ;text-align: left; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;">
<p style="color: #666666;">See how easy it is to get started</p>
<p ><a href="'.$reset_url.'" target="_blank" style="font-size: 20px;font-weight: 500; color: #7c72dc;">Click on this link or copy/paste in the address bar.</a><p>
</div>
<div
style=" background-color: #C6C2ED; padding: 30px 30px 30px 30px; border-radius: 4px 4px 4px 4px; color: #666666; font-size: 18px; font-weight: 400; line-height: 25px;margin:25px 0px 10px 0px;min-height:100px; ">
<h2 style="font-size: 20px; font-weight: 400; color: #111111; margin: 0;">Need more help?</h2>
<span style="color:black;">Email us at <b style="color: #7c72dc"> [email protected]</b>. We’re here, ready to talk </span>
</div>
<div padding: 0px 30px 30px 30px; color: #666666; font-size: 14px; line-height: 18px;text-align:left;min-height: 50px; >
<p style="margin: 0;">You received this email because you requested a password reset. If you did not, <span target="_blank" style="color: #111111; font-weight: 700;">Please Ignore This Message.</span></p>
</div>
</div>
</div>
<div style="min-height: 50px; background-color: #f4f4f4">
</div>'
</body>
</html>