The `django_aws_ses` package was developed by the ZeeksGeeks team. We thank the following individuals for their contributions to this project:
## Core Contributors
- **Raymond Jessop** - Lead developer, architecture, testing, and AWS SES integration.
- **Isaac Jessop** - Need to update.
## How to Contribute
If you’d like to contribute to `django_aws_ses`, please see our [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines or contact us at contact@zeeksgeeks.com.
Thank you to all contributors for making `django_aws_ses` possible!
A Django email backend for sending emails via Amazon Simple Email Service (SES).
A Django email backend for Amazon Simple Email Service (SES), featuring bounce and complaint handling, unsubscribe functionality, and robust integration with Django’s email system. Developed by ZeeksGeeks.
## Features
-Send emails using AWS SES with optional DKIM signing.
-Handle bounce, complaint, and delivery notifications via SNS webhooks.
-Filter recipients based on bounce/complaint history and domain validation.
- Admin dashboard for SES statistics and verified emails.
- Secure unsubscribe functionality with confirmation step.
- 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.
@@ -5,13 +5,13 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="django_aws_ses",
version="0.1.0",
author="Your Name",
author_email="your.email@example.com",
version="0.1.1",
author="ZeeksGeeks",
author_email="contact@zeeksgeeks.com",
description="A Django email backend for Amazon SES with bounce and complaint handling",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/yourusername/django_aws_ses",# Update with your repo
url="https://git-vault.zeeksgeeks.com/public/django_aws_ses",# Replace with your repo or website
packages=find_packages(),
include_package_data=True,
install_requires=[
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.