php-mpos/public/templates/mail/notifications/success_login.tpl
2014-01-22 12:48:03 +01:00

12 lines
291 B
Smarty

<html>
<body>
<p>Your account has successfully logged in</p>
<p>User: {$DATA.LOGINUSER}</p>
<p>IP: {$DATA.LOGINIP}</p>
<p>Time: {$DATA.LOGINTIME}</p>
<p>If you initiated this login, you can ignore this message. If you did NOT, please notify an administrator.</p>
<br/>
<br/>
</body>
</html>