Thanks, but I think my real problem is the often-complained-about CFPOP attachments loop. I was hoping to find an easier way to send attachments through. I can make them viewable online with a hyperlink, but I can't seem to get cfmail to loop through the list.
We are running CF 4.5.1 on Win2k. Here is the code I am using: (Everything works except the attachment thing). <!--- <CFMAIL FROM="#form.from#" TO="#session.email#" CC="#amessage.cc#" SUBJECT="#amessage.Subject#" SERVER="smtp.server.com" TYPE="html" Mailerid="Control Center" Mimeattach="<CFLOOP FROM=1 TO=#ListLen(amessage.Attachments, chr(9) #INDEX=i>#amessage.attachments#</cfloop>"> #Body#</CFMAIL> ---> ----- Original Message ----- From: "Chris Lofback <[EMAIL PROTECTED]>" Subject: RE: CFPOP Question Sarah: I assume the mail client is totally web-based? If so, I suppose you could have the download template copy the attachment file to a temp directory on the web server and then put an image link in the message that points to the image. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -----Original Message----- From: Sarah Skiba [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 11:37 AM To: CF-Talk Subject: CFPOP Question I'm developing a cfpop application and am nearly finished but have hit a rut... Is there any way to make an attachment, ie a .jpg file someone sent to grandma, appear in-line in the message so it gets downloaded with the attachment? I was able to make it embed as garbled text, and I am able to make it show up as an attachment, but is there anyway to display it the way OE or Eudora do? Thanks. Sarah Skiba ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

