clean bounced emails from mailing list using dashboard
We are in process of cleaning our mailing list to increase our sender score.
When contacted the support about this, i got reply from Ryan and Chris:
- Ryan Said:
There isn't a direct easy way to remove these users from multiple mailing lists. I would look through our API and Develop the best way that works for you.
You can do something like: if email
exist on mailing list
then delete
else `break
- Chris Said:
Feel free to submit this request here to be considered for development.
Temporary Solution using API:
So as Ryan suggested when i go throught the api, There is three step process using mail gun api to achieve this:
Get Bounces (Get a email id from address collection)
Listing members: (Pass that mail here )
Remove a member: (If exists remove that mail)
Requesting to Add this feature in Dashboard:
make process simple:
Example:
press find bounces button which list all the bounced email id, then select each or select all and press remove button, then it automatically removes all bounced email from all the mailing list or from the selected mailing list.
Hope that helps.
Thank you.
