* 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.
10 lines
116 B
Smarty
10 lines
116 B
Smarty
<html>
|
|
<body>
|
|
<p>Dear {nocache}{$DATA.username}{/nocache},</p>
|
|
<div>
|
|
{$DATA.CONTENT}
|
|
</div>
|
|
<p></p>
|
|
</body>
|
|
</html>
|