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
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
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
Accounts.UserInvites.claim_invite
, which builds and sends the emailReferences
Partially blocked by #1350, #1351
The text was updated successfully, but these errors were encountered: