mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
New complaints model to persist complaints from SES.
If a someone gets an email from one of our services and then complain about it (mark as spam or otherwise), we get a callback from SES. The service needs to know about these complaints so they can remove that email from their mailing list.
This commit is contained in:
@@ -235,6 +235,7 @@ class ServiceSchema(BaseSchema):
|
||||
'monthly_billing',
|
||||
'reply_to_email_addresses',
|
||||
'letter_contacts',
|
||||
'complaints',
|
||||
)
|
||||
strict = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user