CFMAIL and CFMAILPARAM issue on Railo

Today I was seeing "IOException while sending message" in my mail.log file when sending an email with a file attachment.

For me the cause was down to the fact I was deleting the file before the email was sent. Either put a "wait" in or clean up the files later via a scheduled task

Posted: 21-Dec-2009

View: 1515

Permalink: here

Comments

Or use the "remove" attribute in CFMAIL - works in CF8+ and Railo 3.2+.

#1 Sebastiaan
08/Jan/11 1:06 PM

Cheers Sebastiaan I'll have a play with that :)

#2 Andy Jarrett
09/Jan/11 10:09 AM