azavea / django-amazon-ses

A Django email backend that uses Boto3 to interact with Amazon Simple Email Service (SES).
Apache License 2.0
85 stars 25 forks source link

Allow tagging emails sent with SES #77

Closed francoisfreitag closed 2 years ago

francoisfreitag commented 2 years ago

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ses.html#SES.Client.send_raw_email

The tags can be used in AWS services, such as CloudWatch, to group emails and create reports and alarms. In my use case (multi-tenancy), it would allow following the origin of SES emails.