Add email subject line and sending newsletters

This commit is contained in:
JonnyWong16 2018-01-09 01:14:19 -08:00
commit 5ac5b3cd29
6 changed files with 94 additions and 59 deletions

View file

@ -733,7 +733,7 @@
<tr>
<td class="wrapper newsletter-header">
<div class="header"></div>
<div class="dates">${start_date} - ${end_date}</div>
<div class="dates">${parameters['start_date']} - ${parameters['end_date']}</div>
</td>
</tr>
% if recently_added.get('movie'):