re work of readme

This commit is contained in:
Raymond Jessop 2025-04-22 20:01:09 -05:00
parent 724f28c008
commit 19d0ee3454
1 changed files with 2 additions and 2 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, unsubscriptions. - Secure unsubscriptions fuctionality.
- Optional Supports DKIM signing, requires `dkimpy`.
- Django Admin dashboard for SES statistics. - Django Admin dashboard for SES statistics.
- (Optional) Supports DKIM signing, requires `dkimpy`.
## Installation ## Installation