May 12, 2011 at 7:28 pm
Hi all
I have to design a process of handling email opt out. when a mail out has been done and we get email opt - out there is an excel file that gets updated. I am thinking of writing an SSIS package to then update the records in the database.
Is there any better way of doing this... We dont have as such a distribution list as the mailing lists are created based on different requirements. Some of the emailing is handled by Third party others done in house. Emails are sent from outlook
Please help.
Thanks
Vani
May 12, 2011 at 7:53 pm
how about adding a column to your records to have an opt out date and optional reason in the database row for the emails; then when select FROM YourTable where OptOutDate IS NULL for any campaigns or items that will be given to third parties; i would NOT recommend keeping a "separate" opted-out list.
Lowell
May 12, 2011 at 8:55 pm
Hi
Thanks for your reply. Yeah thats the idea that am working on.
Cheers
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply