Added unsubscribe URL

This commit is contained in:
Peter Zimon 2019-11-06 16:19:21 +07:00
parent 36f7a88b84
commit 4bd5b1c435

View File

@ -840,7 +840,7 @@ figure blockquote p {
<td class="wrapper">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="footer">${site.title} &copy; ${currentYear.getFullYear()}  <a href="http://example.com">Unsubscribe</a></td>
<td class="footer">${site.title} &copy; ${currentYear.getFullYear()}  <a href="%recipient.unsubscribe_url%">Unsubscribe</a></td>
</tr>
</table>
</td>