I have a form which sends an email message to a user an which can have an attachment.

You would obviously first have to have an upload form, but to actually mail the 
attachment, I use this code:

<cfmail
TO="#email_address_used#"
CC="#form.email_cc#"
FROM="#form.email_from#"
SUBJECT="#message_subject#"
MIMEATTACH="#uploadpath#\#serverfile#"
>

#message_body#

</cfmail>       

--------------------------------------------------------------
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 11:36 AM
> To: CF-Talk
> Subject: CFMAIL
> 
> 
> Good Day,
> 
> I am trying to attach a file in a cfmail form and the command is
> mimeattch="path", but the recipient needs it in ascii format and states it
> comes through as mime format, can this be dome in CFMAIL I can 
> not find any
> documentation on it...
> 
> Any help is appreciated,
> Robert
> 
> 
>
~~~~~~~~~~~~~ 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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to