Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
kyle969 #1
folder email attachment
I am emailing an HTML report with chart images, there are 9 charts in the
report. In the application the charts are created in a folder named 'charts',
so in the HTML I have <img src="charts/chartname.jpg">. I cannot host the
images from the server because they will only be there for a week and users
will want to save the reports. I need to attach a folder with the charts
inside, I cannot attach the entire folder because there are thousands of
charts, I only need 9 in the attachment. The The HTML is cached because the
same report is available in the web application and it is a long running
report, so I dont want to rebuild it with the images at the root level, that is
my last option.
kyle969 Guest
-
Sending an Attachment in a EMAIL
Hi, I am using a email form, where the user can send emails, everything is working fine, now i need to allow users to send attachments with their... -
sending as email attachment
I'm new to Publisher so hope this isn't too simplistic but I can't seem to find answer to following. I'm intending to write a Newsletter in Publisher... -
email attachment...
....is this possible in PHP? and if so HoW? Reg Rads Carl : )# -
email attachment cannot be opened
hi, I've made a form to send out emails with attachments, and the attachments look ok when they arrive but the content is somehow bad. I cannot... -
Email attachment
Hello group, I've got a script here that sends emails with an attachment to an email address that is retrieved from an html form. The email... -
kyle969 #2
Re: folder email attachment
I solved this by replacing the folder name in the content "content =
Replace(content,'charts/','','ALL')" and attaching the files. They do not show
up as attachments to the email.
This does not work in Netscape, it does work in Outlook, not tested in Mozilla.
kyle969 Guest



Reply With Quote

