When someone complains about an email from the platform we get a callback from SES.

A new platform admin page Email complaints has been added to surface those complaints.
Eventually the complaints will be visible to the services so they can remove the email address from their mailing list.

Next thing to implement is "x email complaints" warning on the platform admin summary page.
This commit is contained in:
Rebecca Law
2018-06-06 15:22:48 +01:00
parent 217cf9abd4
commit 84445d154d
8 changed files with 108 additions and 2 deletions

View File

@@ -19,7 +19,8 @@
('Providers', url_for('main.view_providers')),
('Email branding', url_for('main.email_branding')),
('Letter jobs', url_for('main.letter_jobs')),
('Inbound SMS numbers', url_for('main.inbound_sms_admin'))
('Inbound SMS numbers', url_for('main.inbound_sms_admin')),
('Email Complaints', url_for('main.platform_admin_list_complaints'))
] %}
<li>
<a href="{{ url }}">