I have a simple cfmail with an attachment. The file on the server has one name, but I'd like to call it something else when attached to the email. I tried:
<CFMAILPARAM FILE="#OriginalFile#" DISPOSITION="attachment; filename=""#AttachFile#""">
That works in certain email clients:
- Thunderbird - All good
- Outlook - No
- Yahoo (on desktop) - No
- Yahoo (on android) - Yes
- GMail - Yes
Is there anyway, regardless of email client, I can get it to use the filename I want?!