OK - Duh Why did I not think of that?

This is how I currently have it set up on my bulkmail template:

<CFMAIL
        QUERY="GetList"
        SUBJECT="#Application.Subject#"
  FROM="""#Application.CompanyName#"" <#Application.ReturnEmail#>"
  TO="#EMail_Address#"
  SERVER="#Application.emailServer#"
        PORT="25"
        MAILERID="#Application.Website#"
        TYPE="#FORM.FileType#">

<CFMAILPARAM name="Recipient_ID" value="#GetList.CurrentRow#">
<CFMAILPARAM name="X-mailer" value="#Application.CompanyName# multipart mailer
v1.0">
<CFMAILPARAM name="MIME-Version" value="1.0">
<CFMAILPARAM name="Content-Type" value="multipart/alternative;
boundary=#Application.CompanyName#">

--#Application.CompanyName#
Content-Type:text/plain; charset=us-ascii

        <CFINCLUDE TEMPLATE="Newsletter.txt">

--#Application.CompanyName#
Content-Type:text/x-aol; charset=us-ascii

        <CFINCLUDE TEMPLATE="Newsletter.txt">

--#Application.CompanyName#
Content-Type:text/html; charset=us-ascii

        <CFINCLUDE TEMPLATE="#Application.InclDoc#">

--#Application.CompanyName#--
</CFMAIL>

Does anyone who KNOWS or USES CFMAIL, see anything here that could cause McAfee
to think there is a virus attached?

Thanks in Advance

-----Original Message-----
From: John McKown [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 18, 2002 12:21 PM
To: CF-Talk
Subject: RE: Mass Email Template


Show the code.


> -----Original Message-----
> From: Larry Juncker [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 17, 2002 12:25 PM
> To: CF-Talk
> Subject: RE: Mass Email Template
>
>
> Let me reword this-----
>
> I am looking for an example of a CFMAIL template for doing mass email.
>
> I have the html portion working just fine.  I just think that I
> have something
> messed up in my cfmail tag.....
>
> Thanks again
>
> -----Original Message-----
> From: Larry Juncker [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 17, 2002 10:56 AM
> To: CF-Talk
> Subject: Mass Email Template
>
>
> Can someone share the format they use for mass email.
> We have a list of our clients that have agreed to accept
> newsletters from us and I would like to just check a couple
> of other mass email templates to see if I have my code
> written properly.  I have been getting a lot of virus notices
> from our virus software about the mime attach virus and was
> wondering if perhaps I was causing this because of the way I
> have written my code.  Offline contact on this matter is fine
> as I know that it causes many FLAMES whenever mass email
> questions are brought up.
>
> Thanks In Advance
>
> Larry Juncker
> Senior Cold Fusion Developer
> Heartland Communications Group, Inc.
> [EMAIL PROTECTED]
>
> CONFIDENTIALITY NOTICE
> The information contained in this e-mail is intended only for the
> use of the
> individual or entity to which it is addressed.  This e-mail may contain
> information that is privileged, confidential, and/or personal. If
> the reader of
> this message is not the intended recipient (or the employee or
> agent responsible
> to deliver it to the intended recipient), you are hereby notified that any
> dissemination, distribution, or  copying of this communication is
> prohibited.
> If you have received this communication in error, please notify
> us at the email
> listed above.
>
>
>
>

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to