collective / Products.EasyNewsletter

Powerful newsletter/mailing product for Plone.
https://pythonhosted.org/Products.EasyNewsletter/
GNU General Public License v2.0
28 stars 23 forks source link

Store information about sent emails per issue #154

Closed thomasmassmann closed 4 years ago

thomasmassmann commented 4 years ago

It would be nice to store the information about successfully sent emails and failed ones per issue. Currently the information is logged, but not available for further usage.

MrTango commented 4 years ago

As discussed, we should also use the info, for a retry send function. Meaning, when someone forgot to select some subscribers or groups whe could correct the selection and send the issue again. A ReceiversPostSendingFilter could make sure that no receiver get the email twice.

MrTango commented 4 years ago

realted to #95

thomasmassmann commented 4 years ago

We use the branch currently in a customer project and so far it is working great, customer is happy.

Current status:

Some bugfixes and enhancements required for this to work:

thomasmassmann commented 4 years ago

Released as 5.0.0b1.