php-mpos/public/templates/mail/newsletter/body.tpl
Sebastian Grewe 739f035087 [ADDED] Admin Pool Newsletter
* Added throttle option to swiftmailer for SMTP limiting
* Added newsletter page for admin panel
* Added newsletter mail template (simple one for now)
* Added new global configuration option
* Added default notification setting system in notification class
* Added global pool newsletter enable/disable switch in admin settings

Fixes #2087 once merged.
2014-04-04 10:05:12 +02:00

10 lines
116 B
Smarty

<html>
<body>
<p>Dear {nocache}{$DATA.username}{/nocache},</p>
<div>
{$DATA.CONTENT}
</div>
<p></p>
</body>
</html>