pages-core
pages-core copied to clipboard
Bug: sandbox reminder email is sent to User.email (github) rather than UAA email
The mailer uses the User.email field to send Sandbox expiration emails. This field is often blank and we should pull from the UAA email instead
Acceptance Criteria
- [ ] Sandbox expiration email is sent to the user's UAA email
- [ ] Ponder if it's possible to test this better than previously (integration)