Problem/Motivation

Bounce handling is an easy feature since Drupal 8 with inmail and mailmute
https://www.drupal.org/project/inmail
https://www.drupal.org/project/mailmute

While it suppresses mails to muted recipients, we still don't have counters in Simplenews newsletter issues.

Proposed resolution

Provide mailmute integration.
Count the amount of muted mails and persist it on the issue.
Offer the counts in the UI.

Remaining tasks

User interface changes

API changes

Comments

miro_dietiker’s picture

The counting issues might be subject for the simplenews_statistics module.

Either simplenews does a query (with a query tag) that allows a suppressing module (mailmute) to join the suppressing table. One single query would then be enough.
Or the suppressing module extends $message in hook_mail with a 'suppressed' key and simplenews catches up the result. Thus every suppressed mail leads to an increment.

AdamPS’s picture

Status: Active » Postponed

No releases yet for inmail and mailmute