View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020168 | phpList 3 application | Bounce Management | public | 17-03-20 07:29 | 10-04-20 07:47 |
Reporter | utagawa | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Product Version | 3.4.8 | ||||
Target Version | 3.5.0 | ||||
Summary | 0020168: Export list of email bounced | ||||
Description | Hello, It would be nice to have an embedded function in phplist to export list emails that have been bounced per bounce rule in a csv file for example (or on a html page). That would allow an admin to identify users to get back in order to notify them that their email is unvalid in the case phplist is linked to an other app like a forum (could use a popu to notify the user on login or use the forum messaging system). SQL queries are existing : https://forums.phplist.com/viewtopic.php?t=6322 Any chance a dev would implement that in a next release ? | ||||
Tags | No tags attached. | ||||
|
The bounce processing creates a report of the bounce rules that have been applied and the subscribers. The report is sent to the email addresses from the Settings page. |
|
Indeed, but the process creates a report per bounce generated following a campaign processing, you don't also know when you're going to receive the report. |
|
@utagawa The Bounce Statistics plugin provides reports that are based on the queries that you referenced (the topic in the old forum). See https://resources.phplist.com/plugin/bouncestatistics |
|
you're quite good in archeology :-) I found a solution indeed with the plugin and a chrome extension to extract tables from html pages. |