15 lines
430 B
HTML
15 lines
430 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Hello,</p>
|
|
<p>We noticed a login to your {{.appName}} account from a new location:</p>
|
|
<p><em>{{.info}}</em></p>
|
|
<p><strong>If this wasn't you, you should immediately change your {{.appName}} account password to revoke access from all other locations.</strong></p>
|
|
<p>If this was you, you may disregard this email.</p>
|
|
<p>
|
|
Thanks,<br/>
|
|
{{.appName}} team
|
|
</p>
|
|
</body>
|
|
</html>
|