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

Emailer feature #8

Open
kmeyerhofer opened this issue Aug 18, 2018 · 1 comment
Open

Emailer feature #8

kmeyerhofer opened this issue Aug 18, 2018 · 1 comment

Comments

@kmeyerhofer
Copy link
Collaborator

The application should use an emailer for:

  • Account email confirmation
  • User invitation
  • When your matched pair updates their wish list (with a summary of the changes)
@kmeyerhofer
Copy link
Collaborator Author

kmeyerhofer commented Nov 25, 2018

Emailer feature details

Add User model columns for:

  • disable_emails: boolean, disables all application emailing features, except changing one's email address (future addition)
  • email_invitation_sent: boolean, modified when a group owner invites a user to the group
  • email_invitation_sent_on: timestamp
  • email_invitation_received_on: timestamp

Welcome Email sending

  • Sends a welcome email to the user.

Santa assignment item update

  • Sends an email when a user adds or updates a wishlist item.
    • Possibly rate limited to 1 per hour? Or only after 1 hour, send an email. Each update refreshes the timer.
    • Make it more generic, "Your Santa Recipient updated their wishlist, login HERE to see their updates.

Repatable job

  • Runs daily
  • Sends a reminder email 14 days out from the group gift_due_date.
  • Sends a reminder email 7 days out from the group gift_due_date.

Email settings (link within profile, under edit information)

  • Each email has an unsubscribe link to disable all emails.
    • This setting is configurable within email settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant