Hi,
is there a way to automaticly delete bounced emailadresses?
I have more than 12000 adresses in the system wich are no longer valid. How can I remove them?
How to delete bounced/inactive emailadresses?
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: How to delete bounced/inactive emailadresses?
You could
1. create a profile field like "bounced"
2. export all bounced profiles as CSV file
3. add a field with "bounced" = 1 in the CSV file
4. re-import the CSV file (add column mapping, use mode "only update existing recipients")
5. create a target group where profile field "bounced" = 1
6. delete all recipients of this target group
1. create a profile field like "bounced"
2. export all bounced profiles as CSV file
3. add a field with "bounced" = 1 in the CSV file
4. re-import the CSV file (add column mapping, use mode "only update existing recipients")
5. create a target group where profile field "bounced" = 1
6. delete all recipients of this target group
OpenEMM Maintainer
Re: How to delete bounced/inactive emailadresses?
Great. That worked.
Thank you
Thank you