From 19d0ee3454f5991a8b9100b06b822326190a2334 Mon Sep 17 00:00:00 2001 From: Raymond Jessop Date: Tue, 22 Apr 2025 20:01:09 -0500 Subject: [PATCH] re work of readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b90c96..8ec2186 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, unsubscriptions. -- Optional Supports DKIM signing, requires `dkimpy`. +- Secure unsubscriptions fuctionality. - Django Admin dashboard for SES statistics. +- (Optional) Supports DKIM signing, requires `dkimpy`. ## Installation