* Added mail template for manual payouts * Added code to account page to notify via mail on payout * Added new option to notification setting template Adds another feature to #144
9 lines
115 B
Smarty
9 lines
115 B
Smarty
<html>
|
|
<body>
|
|
<p>An manual payout request completed.</p>
|
|
<p>Amount: {$DATA.amount}</p>
|
|
<br/>
|
|
<br/>
|
|
</body>
|
|
</html>
|