Answered
Cfmail attachment failing at 7Mb
I have an app where users can upload files that get attached
to an email message. Whenever the file size exceeds 7Mb in my
testing, the mail fails, goes into the Undelivr directory and the
mail.log shows:"IOException while sending message." The
exception.log shows: "javax.mail.MessagingException: IOException
while sending message; nested exception is:
java.net.SocketException: Software caused connection abort: socket
write error"
The file was successfully uploaded and exists as specified on the cfmailparam tag.
Any ideas?
The file was successfully uploaded and exists as specified on the cfmailparam tag.
Any ideas?
