What version of the tag are you using?  There was an older version that had this kind of problem.  The latest one is 2.0.
 
Regards,
 
Howie
 
----- Original Message -----
Sent: Friday, November 03, 2000 11:52 AM
Subject: [iMS] CFX_iMSmail


Trying to create one control file per domain name using CFX_iMSmail tag as follows:

<cfx_iMSmail
        smtpTo="[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]"
        smtpFrom="[EMAIL PROTECTED]"
        failto=""
        warnto=""
        log="Yes"
        priority="9"
        body="#Email_Info.Body_Text#"
        deletemailfile="Yes"
        mx=""
        header_subject="#Email_Info.Subject#">

The control file produced consistently contains only the first address in the recipient's list. Why?

The query and queryfield attributes are not producing multiple recipients either when used as follows:

<cfx_iMSmail
        query="Recipient_Info"
        queryfield="Email_Addresses"
        smtpFrom="[EMAIL PROTECTED]"
        failto=""
        warnto=""
        log="Yes"
        priority="9"
        body="#Email_Info.Body_Text#"
        deletemailfile="Yes"
        mx=""
        header_subject="#Email_Info.Subject#">

Thanks,

Jason Bailey
Senior Client / Server Developer
Alcott + Routon
615.346.5236

Reply via email to