Afternoon


I am coding an email to send data that the destination will read as an
ini file, the original code done using JMail and ASP placed the code in
the body of the email - and it is required that the following is used:


MMail.ContentType = "application/x-gm-impdata"


which in ColdFusion I believe is


<cfmailparam name="Content-Type" value="application/x-gm-impdata">


however, this then sets the text as a dat file and attaches it to the
email (twice) whereas I want the text in the body, as below:


<cfset mailtext = "[Instructions]" & chr(13) & chr(10)>
<cfset mailtext = mailtext & "Dupcheck=Email" & chr(13) & chr(10)>


<cfmail     
    from="[EMAIL PROTECTED]"
    to="[EMAIL PROTECTED]"
    subject="Web Site Import Details"
    type="">
<cfmailparam name="Content-Type" value="application/x-gm-impdata">
#mailtext#
</cfmail>


so


is it possible to get the text in the body of the email when using
<cfmailparam name="Content-Type" value="application/x-gm-impdata">??


thanks,

Dave

-----Original Message-----
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: 22 April 2004 14:50
To: CF-Talk
Subject: RE: Max 2003 Conference Photo

Yea, I agree.  I would walk away from that place.  That mediator is a
little uptight.  Talk about censorship!  Wasn't even close to being
humiliating.

I even thought about posting in your defense, but I figured it wouldn't
do
any good whatsoever....

Ray

At 09:47 AM 4/22/2004, you wrote:
>wow, they are giving you a hard time in there huh
>
>
>-----Original Message-----
>From: Cathy Taylor [mailto:[EMAIL PROTECTED]
>Sent: Thursday, April 22, 2004 9:34 AM
>To: CF-Talk
>Subject: Max 2003 Conference Photo
>
>
>This is OT, but I just got accused of trying to "humiliate" someone who
won
>a photo contest and the photo is the picture (at least I'm fairly
certain)
>that was all over the Max 2003 conference.
>
>http://www.theparentperspective.com/boards/thread-view.asp?threadid=200
412&p
>osts=15#0
>
>Can someone clarify if it is?
>
>Thanks,
>Cathy
>   _____
>
>
>
>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to