I've checked all the forums, and come up with nothing... hoepfully someone can help.
I'm generating a PDF on the fly... then I'm looping until the file exists, then attaching it to an email and sending the file. This works about 60% of the time... for some reason occasionally it'll send a ATT000011.txt instead of the PDF attachment. I know the file exists because first my code wouldn't have sent until it did, and furthermore I can look at the server at see the file.
I'm attaching the pdf using :
<CFMAILPARAM FILE="#pdf_dir##filename#.pdf">
Is there some other way I can attach it or is there something else I need to include... this used to work fine, it's just been lately.
Thanks.
I'm generating a PDF on the fly... then I'm looping until the file exists, then attaching it to an email and sending the file. This works about 60% of the time... for some reason occasionally it'll send a ATT000011.txt instead of the PDF attachment. I know the file exists because first my code wouldn't have sent until it did, and furthermore I can look at the server at see the file.
I'm attaching the pdf using :
<CFMAILPARAM FILE="#pdf_dir##filename#.pdf">
Is there some other way I can attach it or is there something else I need to include... this used to work fine, it's just been lately.
Thanks.