Sorry for the duplicate post, not sure what happened...
Write the html to a variable, then use cffile action="write" to save it to the
file system. Then use cfmail with cfmailparam to attach it.
Be aware that you should not now delete it as more often than not your mail
will go to a queue, if you delete the file now, it will not be there to attach
to the email.
Best bet is to create a scheduled task to manage the deleting.
HTH
ChrisAmaro - 29 Sep 2005 19:10 GMT
Thanks Simon for your answer. I will try it now. I plan on keeping the html
files on the share, as existing docs are available in a 'library' format. I'll
see how it works with size constraints...
Thanks again!