Hi there,
I'm trying to use coldfusion to send out emails containing attachements stored on our server.
To manage these attachments we call them 1.jpg, 2.doc, ... n.ext ... where n is a key in a database where we hold other information about the file such as it's original filename.
I can use the code
<cfmailparam file="c:\path\1.doc">
to specify the file, but it is then attached to the email as 1.doc. Is there anyway I can override this and specify my own filename septately from the file?
Thanks,
Tom