forgot-Password.html
4.65 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<style type='text/css'>
strong {
font-size: 18px;
color: #ffff00;
}
</style>
<table width='500' border='0' align='center' cellpadding='0' cellspacing='0'>
<tbody>
<tr>
<td align='center' valign='middle' bgcolor='#393939' style='padding:30px 0 20px 0;'>
<a href='#'><img src='{logoPath}' alt='AIA' title='AIA' /></a>
</td>
</tr>
<tr>
<td align='center' valign='top' bgcolor='#808d43' style='padding:20px;'>
<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tbody>
<tr>
<td colspan='2' style=' font-size:32px; font-weight:bold; color:#fff; font-family:Gotham, Helvetica, Arial, sans-serif'>Forgot Password</td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
<tr>
<td colspan='2' style='font-size:20px; font-weight:bold; color:#fff; font-family:Gotham, Helvetica, Arial, sans-serif'>Hi,</td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
<tr>
<td colspan='2' style=' font-size:16px; font-weight:bold; color:#fff; font-family:Gotham, Helvetica, Arial, sans-serif'>You have requested password reset for your account: {emailId}</td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
<tr>
<td colspan='2' style=' font-size:16px; font-weight:bold; color:#fff; font-family:Gotham, Helvetica, Arial, sans-serif'>You can reset your password by clicking the link below:</td>
</tr>
<tr>
<td colspan='2' style=' font-size:16px; font-weight:bold; color:#fff; font-family:Gotham, Helvetica, Arial, sans-serif'><a href="{resetPasswordLink}">{resetPasswordLink}</a></td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
<tr>
<td colspan='2' style=' font-size:16px; font-weight:bold; color:#fff; font-family:Gotham, Helvetica, Arial, sans-serif'>If you have not requested for password reset, please ignore this mail.</td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor='#f9f2e7' style='padding:20px;'>
<table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tbody>
<tr>
<td style=' font-size:12px; font-family:Gotham, Helvetica, Arial, sans-serif; color:#000000;'>A.D.A.M. – the company that pioneered online health content – is dedicated to creating and offering the most effective and innovative educational solutions possible for teaching medical science and improving health literacy.</td>
</tr>
<tr>
<td style=' font-size:12px; font-family:Gotham, Helvetica, Arial, sans-serif; color:#000000;'> </td>
</tr>
<tr>
<td style=' font-size:12px; font-family:Gotham, Helvetica, Arial, sans-serif; color:#000000;'>Give us a <b>call toll-free at 1-888-278-9614</b> or <em>send us an email</em> if you have any questions or if you need help. It will be our pleasure to help you.</td></tr><tr><td style=' font-size:12px; font-family:Gotham, Helvetica, Arial, sans-serif; color:#000000;'> </td></tr><tr><td style=' font-size:12px; font-family:Gotham, Helvetica, Arial, sans-serif; color:#000000;'> </td></tr><tr><td style=' font-size:12px; font-family:Gotham, Helvetica, Arial, sans-serif; color:#000000;'><em>© 2017 Ebix, Inc. All Rights Reserved. </em></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>