You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the following code to the footer of base.html, and when sending out opt-in emails, the actual unsubscribe link is missing <p> {{ L.T "email.unsubHelp" }} <a href="{{ .UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a> </p>
If a user does not want to opt into my mailing list but wants to remove their email from my database, it doesn't seem like there's currently an option to do so.
The text was updated successfully, but these errors were encountered:
listmonk 2.0.0
I added the following code to the footer of base.html, and when sending out opt-in emails, the actual unsubscribe link is missing
<p> {{ L.T "email.unsubHelp" }} <a href="{{ .UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a> </p>
If a user does not want to opt into my mailing list but wants to remove their email from my database, it doesn't seem like there's currently an option to do so.
The text was updated successfully, but these errors were encountered: