Skip to content

Commit

Permalink
Merge pull request #12 from vintasoftware/domain-auth-emails
Browse files Browse the repository at this point in the history
Mention email domain auth in django-production-launch checklist
  • Loading branch information
fjsj authored Nov 16, 2023
2 parents 2c585ac + d940e26 commit 2e7b586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checklists/django-production-launch/checklist.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ title: Django Production Launch
- [ ] Check if `DEFAULT_FROM_EMAIL` is set to a friendly reply email
- [ ] Check if email templates are correct
- [ ] Configure SendGrid, Mailgun, or another transactional email service
- [ ] Set up [Domain Authentication](https://docs.sendgrid.com/ui/account-and-settings/how-to-set-up-domain-authentication) to avoid bad email delivery
- [ ] Set an automatic BCC on SendGrid
- [ ] Save metadata of every email sent, use http://bit.ly/anymail-signals

Expand All @@ -85,7 +86,6 @@ title: Django Production Launch
- [ ] Check no sensitive data is being logged
- [ ] Check if logs are prefixed according to task/feature
- [ ] Configure Papertrail or another logging service

- [ ] Set Papertrail alerts and integrate with Slack and email
- [ ] Configure Sentry for backend, including Celery
- [ ] Configure Sentry for frontend
Expand Down

0 comments on commit 2e7b586

Please sign in to comment.