Revise the email implementation
Summary
When a user is approved, removed, blocked, or unblocked they get sent an email from go telling them what has happened. Your mission if you choose to accept it is to go over the language in these emails and make them sound better
3.0:
- We've also had problems with emails for testing, and in prod. Docs needed too. Also they need to look cooler. Could we integrate with a service?
- Maybe email user and webhook into slack?
- Potentially use a library that takes markdown and transforms into nice looking email.
Helpful Links
- The english language
- go/go/models.py
- @zoz