php-mpos/public/templates/mail/notifications/auto_payout.tpl
Sebastian Grewe d723f4e8ef Adding notification on automatic payout
* Added new mail template
* Added notification code to auto_payout cron
2013-06-09 15:17:14 +02:00

9 lines
110 B
Smarty

<html>
<body>
<p>An automated payout completed.</p>
<p>Amount: {$DATA.amount}</p>
<br/>
<br/>
</body>
</html>