Simplify default e-mail template.

This commit is contained in:
Kailash Nadh 2024-02-04 11:37:25 +05:30
parent dc43e9cb8b
commit 82894e50be

View file

@ -93,11 +93,10 @@
<div class="footer" style="text-align: center;font-size: 12px;color: #888;">
<p>
{{ L.T "email.unsubHelp" }}
<a href="{{ UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a>
&nbsp;&nbsp;
<a href="{{ MessageURL }}" style="color: #888;">{{ L.T "email.viewInBrowser" }}</a>
</p>
<p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" rel="noreferrer" style="color: #888;">listmonk</a></p>
</div>
<div class="gutter" style="padding: 30px;">&nbsp;{{ TrackView }}</div>
</body>