No, what he was saying is that if you want to mail text, just include it in the body 
of the CFMAIL message.

If you need to include a text file, use CFINCLUDE within the body of the CFMAIL.

---mark


--------------------------------------------------------------
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--------------------------------------------------------------


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 28, 2000 4:20 PM
> To: CF-Talk
> Subject: Re: CFMAIL
> 
> 
> So this will not mail the attachment, but input the file contents in the
> body of the message.  Is this correct?
> 
> Thanks,
> Robert
> 
> ----- Original Message -----
> From: "Howie Hamlin" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, December 28, 2000 7:01 PM
> Subject: Re: CFMAIL
> 
> 
> > This is not a matter of the client not knowing how to use email.  There
> are
> > lots of email users out there that use text based email clients.  If you
> > mimeattach a file to a mail it will show up as mime encoded on 
> a text-only
> > mail client.
> >
> > A better way to do this is as follows:
> >
> > <!--- read the file to send --->
> > <CFFILE ACTION="Read"
> >     FILE="#uploadpath#\#serverfile#"
> >     VARIABLE="emailfile">
> >
> > <!--- send the mail --->
> > <cfmail
> > TO="#email_address_used#"
> > CC="#form.email_cc#"
> > FROM="#form.email_from#"
> > SUBJECT="#message_subject#"
> > > > > MIMEATTACH="#uploadpath#\#serverfile#"
> > #message_body#
> > #emailfile#
> > </cfmail>
> >
> > HTH,
> >
> > Howie Hamlin - inFusion Project Manager
> > On-Line Data Solutions, Inc.
> > www.CoolFusion.com
> > 631-737-4668 x101
> > inFusion Mail Server (iMS) - the World's most configurable mail server
> > Get yout free copy of iMS POST-SE Server from CoolFusion!
> >
> > ----- Original Message -----
> > From: "Warrick, Mark" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Thursday, December 28, 2000 6:11 PM
> > Subject: RE: CFMAIL
> >
> >
> > > It sounds like your end user doesn't understand how to use email.  I
> would
> > first start with educating them on how to use their email 
> client properly.
> > There's nothing wrong with this method of sending email.  If you want to
> > send text only, put it in the body of the message.
> > >
> > > ---mark
> > >
> > >
> > > --------------------------------------------------------------
> > > Mark Warrick
> > > Phone: (714) 547-5386
> > > Efax.com Fax: (801) 730-7289
> > > Personal Email: [EMAIL PROTECTED]
> > > Personal URL: http://www.warrick.net
> > > Business Email: [EMAIL PROTECTED]
> > > Business URL: http://www.fusioneers.com
> > > ICQ: 346566
> > > --------------------------------------------------------------
> >
> >
> >
> >
>
~~~~~~~~~~~~~ Paid Sponsorship ~~~~~~~~~~~~~
Get Your Own Dedicated Win2K Server!      Instant Activation for $99/month w/Free 
Setup from SoloServer      PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support     
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to