php-mpos/public/templates/mail/pin/reset.tpl
2013-12-30 11:45:39 -08:00

10 lines
218 B
Smarty

<html>
<body>
<p>Hello {$DATA.username},</p><br />
<p>You have requested a PIN reset through our online form.</p>
<p>Randomly Generated PIN: {$DATA.pin}</p>
<p>Cheers,</p>
<p>Website Administration</p>
</body>
</html>