mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 05:16:14 +02:00
feat: displaying one-click unsubscribe link in email footer (#8024)
closes #8016
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<br><br>
|
||||
<!-- IF showUnsubscribe -->
|
||||
[[email:notif.post.unsub.info]] <a href="{url}/uid/{uid}/settings">[[email:unsub.cta]]</a>.
|
||||
<br />[[email:notif.post.unsub.one-click]] <a href="{unsubUrl}">[[email:unsubscribe]]</a>.
|
||||
<!-- ENDIF showUnsubscribe -->
|
||||
<br><br>
|
||||
</td>
|
||||
@@ -19,7 +20,7 @@
|
||||
<![endif]-->
|
||||
</div>
|
||||
|
||||
</center>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user