<cfx_imsmail
spooldir="c:\temp\"
parsetokens="yes"
query="Q_Subscriber"
queryfield="email"
qtoken_id="AssociantUserID"
qtoken_list="ListID"
qtoken_email="Email"
that, I believe is
correct?
And just before the
tag I'm outputting the "AssociantUserID" value into my log:
01/03/2003 02:37:45
PM [001]
AssociantUserID: 159
-----Original
Message-----
From: Howie
Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03,
2003 2:32
PM
To: inFusion Support List
Subject: Re: [iMS] Tokens not
processing.
I don't see the tokens for ID and
LIST in the control file. This is why they are not being replaced in the
email. So, we need to figure out why the QTokens are not making it into
the control file. Some reasons could be:
Query parameter is not being
defined or set to a valid query name.
QueryField is not being
defined.
QToken_ID and QToken_List are not
being set to valid query column names
CFX tag is old and does not
support QTokens
----- Original Message -----
Sent:
Friday, January 03,
2003 2:25
PM
Subject: RE:
[iMS] Tokens not processing.
[Parameters]
SMTPFrom=bounce-<:id:>-<:list:>@generic.bobcat.doceus.net
MX=
ServerPort=25
FailTo=
WarnTo=
ParseTokens=YES
[Tokens]
addheader_Return_Path=bounce%2D%3C%3Aid%3A%3E%2D%3C%3Alist%3A%3E%40generic%2Ebobcat%2Edoceus%2Enet
addheader_X_List=discussion%5Flist%40generic%2Ebobcat%2Edoceus%2Enet
addheader_X_List_Member=%3C%3Asmtpto%3A%3E
DummyToken=Dummy
And