Andre:

The MAILERID attribute needs to be in the CFMAIL tag, not in a CFMAILPARAM
tag.  So your code should be something like:

<cfmail to="#form.email# <#form.email#>" from="[EMAIL PROTECTED]"
subject="Brochure" mimeattach="#request.sitemachineroot#docs/my.pdf"
server="#request.mailserver#" type="HTML" mailerid="Microsoft Outlook
Express
4.72.3110.5">
    <cfmailparam name="Reply-To" value="[EMAIL PROTECTED]">
    <cfmailparam name="MIME-Version" value="1.0">......

That is, add the MAILERID attribute to the CFMAIL tag and remove the
equivalent CFMAILPARAM tag.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


> -----Original Message-----
> From: DRE [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 24, 2006 2:55 PM
> To: CF-Talk
> Subject: Re: Cfmail cfmailparam outlook?
>
>
> Thanks for taking the time.  Here it is.
>
> <cfmail to="#form.email# <#form.email#>"
> from="[EMAIL PROTECTED]"
> subject="Brochure" mimeattach="#request.sitemachineroot#docs/my.pdf"
> server="#request.mailserver#" type="HTML">
>     <cfmailparam name="mailerid" value="Microsoft Outlook Express
> 4.72.3110.5">
>     <cfmailparam name="Reply-To" value="[EMAIL PROTECTED]">
>     <cfmailparam name="MIME-Version" value="1.0">......
>
>
> On 4/24/06, Mosh Teitelbaum <[EMAIL PROTECTED]> wrote:
> >
> > Andre:
> >
> > Would you mind sending along the CFMAIL code (and all of the
> CFMAILPARAMs)
> > so we could take a look at it?
> >
> > --
> > Mosh Teitelbaum
> > evoch, LLC
> > Tel: (301) 942-5378
> > Fax: (301) 933-3651
> > Email: [EMAIL PROTECTED]
> > WWW: http://www.evoch.com/
> >
> >
> > > -----Original Message-----
> > > From: DRE [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, April 24, 2006 1:42 PM
> > > To: CF-Talk
> > > Subject: Re: Cfmail cfmailparam outlook?
> > >
> > >
> > > Al, Mosh,
> > > I used the mailerid key as you suggested and still get two entries
> > >
> > > X-Mailer: ColdFusion MX Application Server
> > > X-Mailer: Microsoft Outlook Express 4.72.3110.5
> > >
> > > Any other thoughts?
> > >
> > > DRE
> > >
> > > On 4/24/06, Damien McKenna <[EMAIL PROTECTED]> wrote:
> > > >
> > > > > I could be wrong, but I think his point was that he COULD
> send mail
> > to
> > > > > Gmail, but it got filtered out in the junk mail folder every time.
> > > > > His assumption was that Gmail filtered his messages as
> spam because
> > of
> > > > > their header.
> > > >
> > > > I know from the past that SpamAssassin can filter messages that have
> > > > funky headers, e.g. duplicate headers (two X-Mailer lines,
> etc), so if
> > > > he's incorrectly composing messages then it is entirely likely this
> > > > could be happening.
> > > >
> > > > --
> > > > Damien McKenna - Web Developer - [EMAIL PROTECTED]
> > > > The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
> > > > #include <stdjoke.h>
> > > >
> > > >
> > >
> > >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238554
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to