| David Lott [MSFT] 2006-08-15, 1:19 am |
| Hi Arvind,
Direct mailer is the correct solution to send dynamic content email for
specific users. As for cleaning up your Direct Mailer database, try the
dmlrun.exe tool, specifically the /del_old option. For cleaning up your
campaigns database there is no programatic way to do this in CS2002 (you
can use BizDesk UI or in CS2007 you can use the DataManager APIs).
Thanks,
David Lott
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: =?Utf-8?B?QXJ2aW5k?= <Arvind@discussions.microsoft.com>
Subject: direct mailer
Date: Fri, 11 Aug 2006 07:01:01 -0700
Newsgroups: microsoft.public.commerceserver.general
Hi
We need to send emails with dynamic content for each user. To accomplish
this using direct mailer, we tried creating campaigns and list for each
email
that needs to be sent. At this point we realized 2 issues with the approach
1. Direct mailer is creating multiple SQL tables for each email
2. Unable to clean-up the campaign and list through code
My question: Is direct mailer the correct solution to send dynamic content
email for individual user. If yes how do we handle the cleanup of campaigns
and list created for each mail.
Thanks
Arvind
|