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

Send email when an invite is created #1361

Open
3 tasks
begedin opened this issue Jan 3, 2018 · 0 comments
Open
3 tasks

Send email when an invite is created #1361

begedin opened this issue Jan 3, 2018 · 0 comments

Comments

@begedin
Copy link
Contributor

begedin commented Jan 3, 2018

Problem

When a user invite is created, we want to send an email to the specified email address.

The contents of the email differ slightly based on the invite being targeted at just getting a user created (no role or project id) or if it also has a project id and role specified.

Depending on how different the two emails potentially are, we may need to have separate templates for each of the two cases.

Subtasks

  • Add specifications on what the email content should be as a reply to this issue
    • it will likely contain a link to the ember app route which is used to claim the invite
  • Add one or two models for the email, depending on specifications
  • Blocked by User invites #1351: Add a step to the invite claim transaction in Accounts.UserInvites.claim_invite, which builds and sends the email

References

Partially blocked by #1350, #1351

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

No branches or pull requests

1 participant