Background:
Our first cut of the "send an email to a group" works by having a super admin send their email to a magical email address representing a specific group, and we then forward that email to all the relevant members.
There are other cards to implement all of the actual email handling, but at the moment there's no way for the super admin to know what the magical email address is. This card adds that information to the UI.
Acceptance criteria:
- This is available in the Redux store on the frontend
** This isn't explicitly anywhere in the frontend code. Probably easiest to use window.location.host
Background:
Our first cut of the "send an email to a group" works by having a super admin send their email to a magical email address representing a specific group, and we then forward that email to all the relevant members.
There are other cards to implement all of the actual email handling, but at the moment there's no way for the super admin to know what the magical email address is. This card adds that information to the UI.
Acceptance criteria:
mailto:link for the currently selected group** This isn't explicitly anywhere in the frontend code. Probably easiest to use
window.location.host