From 724f28c008ad08c87a98c0bac69da3e0cd6b1060 Mon Sep 17 00:00:00 2001 From: Raymond Jessop Date: Tue, 22 Apr 2025 19:59:58 -0500 Subject: [PATCH] re work of readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4b3e0e..7b90c96 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A Django email backend for Amazon Simple Email Service (SES), featuring bounce a ## Features - Seamless integration with Django’s email framework using a custom SES backend. - Handles AWS SES bounce and complaint notifications via SNS. -- Secure, non-expiring unsubscribe links with GET vs. POST protection against accidental unsubscriptions. -- Supports DKIM signing (optional, requires `dkimpy`). -- Admin dashboard for SES statistics (superusers only). +- Secure, unsubscriptions. +- Optional Supports DKIM signing, requires `dkimpy`. +- Django Admin dashboard for SES statistics. ## Installation