Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsubscribe support for email #107

Closed
4 tasks
scosman opened this issue Jul 26, 2024 · 1 comment
Closed
4 tasks

Unsubscribe support for email #107

scosman opened this issue Jul 26, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@scosman
Copy link
Contributor

scosman commented Jul 26, 2024

I added email. I didn't add unsubscribe since there's only 1 email so far, not a long running mailing list. However, others will probably add so this would be good to have.

  • Add a bool unsubscribed property to the profile table
  • Update sendUserEmail function to check unsubscribed property, and not send if unsubscribed
  • In the email section of settings add an "Unsubscribe" button (which changes to "Re-Subscribe" when unsubscribed), which is functional, and sets DB property.
  • Add unsubscribe link to /account/settings?unsubscribe to email templates
@scosman scosman added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 26, 2024
@evgenyneu
Copy link

Hi @scosman, can I work on this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants