Answered
Create a csv file and send it in an email
In coldfusion, is it possible to create a csv file and send it in an email, without ever saving that file on the hard drive?
In coldfusion, is it possible to create a csv file and send it in an email, without ever saving that file on the hard drive?
No. You can't attach a file to an email unless the file has been created.
We handle that situation by creating the file in a directory designated for dynamically created files. We then have a scheduled job that cleans out all files more than a certain age every night.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.