Simplify things by removing the email opt-in from this repo.
Remove the EMAILER_ env variables
What to do instead:
- In the private infra repo, setup a scheduled job that automatically finds user's emails that aren't already on our email service's subscriber list
- Scheduled job will be responsible for adding the user to the email service's list
Context: Doing this keeps the main app code simpler and decouples it from infra code more.
Simplify things by removing the email opt-in from this repo.
Remove the EMAILER_ env variables
What to do instead:
Context: Doing this keeps the main app code simpler and decouples it from infra code more.