re work of readme

This commit is contained in:
Raymond Jessop 2025-04-22 19:59:58 -05:00
parent 951e7f81c9
commit 724f28c008
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ A Django email backend for Amazon Simple Email Service (SES), featuring bounce a
## Features ## Features
- Seamless integration with Djangos email framework using a custom SES backend. - Seamless integration with Djangos email framework using a custom SES backend.
- Handles AWS SES bounce and complaint notifications via SNS. - Handles AWS SES bounce and complaint notifications via SNS.
- Secure, non-expiring unsubscribe links with GET vs. POST protection against accidental unsubscriptions. - Secure, unsubscriptions.
- Supports DKIM signing (optional, requires `dkimpy`). - Optional Supports DKIM signing, requires `dkimpy`.
- Admin dashboard for SES statistics (superusers only). - Django Admin dashboard for SES statistics.
## Installation ## Installation