Enhancement Idea: Add one-click unsubscribe & privacy links to Weekly Bug Digest template #5977
Unanswered
Makeepan-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
While reviewing the email templates to get familiar with the codebase, I noticed a
TODOleft inwebsite/templates/email/weekly_bug_digest.htmlregarding the addition of a one click unsubscribe link for CAN SPAM and GDPR compliance.Currently the template only directs users to their profile settings. To meet compliance standards I'd like to implement the explicit unsubscribe link (using the stubbed
{{ unsubscribe_token }}) and include a link to the Privacy Policy in the email footer.Before I open a Pull Request with the frontend HTML fix, I wanted to post here per the contributing guidelines. Could a mentor confirm if the
unsubscribe_tokenis currently being passed to this template's context from the backend, or if that requires a separate backend update alongside the HTML change?Happy to submit a PR for this once confirmed!
Beta Was this translation helpful? Give feedback.
All reactions