mail attachments IO-Exception File not found
Hi,
We have CF2018 v2018,0,13,329786 on windows server 2016.
Our problem is random messages with attachments gets undelivered from CF to SMTP relay. The problem is very random and seconds if not less, other messages sometimes with attachments get sent right after this error.
mail.log:
"Error","scheduler-5","03/08/22","10:55:59","","javax.mail.MessagingException: IOException while sending message; nested exception is: java.io.FileNotFoundException: ..... 26534A53-C408-A386-C3308E8CD0C43D73.pdf (The system cannot find the file specified)"
mailsent.log -- shows that it was moved to the undelivr folder.
exception.log: --
javax.mail.MessagingException: IOException while sending message;
nested exception is:
java.io.FileNotFoundException: .......26534A53-C408-A386-C3308E8CD0C43D73.pdf (The system cannot find the file specified)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1365)
at coldfusion.mail.MailSpooler.sendMessage(MailSpooler.java:1541)
at coldfusion.mail.MailSpooler.deliver(MailSpooler.java:1354)
at coldfusion.mail.MailSpooler.sendMail(MailSpooler.java:1251)
at coldfusion.mail.MailSpooler.deliverStandard(MailSpooler.java:1690)
at coldfusion.mail.MailSpooler.run(MailSpooler.java:1655)
at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:260)
at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
My question is, does Coldfusion control the time frame and location of where the temporary files are held before it gets sent to SMTP, and also can this be modified and if so where in CFadmin?
Thanks
Kurtis
