Developer forum

Forum » Development » Newsletter v3: Bounced e-mails

Newsletter v3: Bounced e-mails


Reply
Is there some way for Newsletter V3 to handle (Delete) bounced e-mails?

Replies

 
Nicolai Høeg Pedersen
Reply
Unfortunately not...

You can use the e-mail validation feature instead:
http://manual.net.dynamicweb.dk/Dynamicweb-On-line-Manual/Modules/Newsletter-v3/Module-setup/Check-e-mails.aspx
 
Reply
I use a program called eMail Bounce Handler (from www.maxprog.com) to generate a list af bad e-mail address bounced to the sender e-mail account.

Then get access to the database via MyLittlesAdmin to delete the bad e-mails this way:
DELETE FROM AccessUser WHERE AccessUserEmail IN ('email1','email2','email3','etc.')

Hope this will help you.

 

You must be logged in to post in the forum