You're right Howie.  The text should be included in the body of the message.  Sorry, I 
thought that was obvious.

---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: Howie Hamlin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 28, 2000 4:01 PM
> To: CF-Talk
> 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