14 lines
407 B
HTML
14 lines
407 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Forgot password</title>
|
|
</head>
|
|
<body>
|
|
<p>Dear {{UserName}},</p>
|
|
<p>Please follow the link below to renew your password:</p>
|
|
<p>
|
|
<p><a href="{{SettingBaseUrl}}/renewpassword/{{UserId}}/{{Token}}">Confirm Transfer</a></p>
|
|
<p>If you did not request this, please disregard this email.</p>
|
|
<p>Thank you,<br />Tour I Am team</p>
|
|
</body>
|
|
</html> |