Issues
- mail spooler retries emails with missing attachment(s)LDEV-3092
- CFMAIL AND TASK RETRYLDEV-2276
- Mail-server details are stored (plain-text) inside each mail-task, making it impossible to change smtp settings for unsent mailsLDEV-1905
- NPE at lucee.runtime.spooler.SpoolerEngineImpl.getFile()LDEV-1578Resolved issue: LDEV-1578Michael Offner
- mail spooler retries emails with missing from addressLDEV-1537Resolved issue: LDEV-1537Michael Offner
- Emails are getting stuck waiting to be sent until another email is sent which will force emails to send. There is a race condition that is not handled correctly in Lucee's SpoolEngine.LDEV-1181Resolved issue: LDEV-1181Pothys - MitrahSoft
- Make retry settings for email sending configurableLDEV-698Michael Offner
- Error with UTF-8 character set when attempting to send an emailLDEV-628Resolved issue: LDEV-628
- CFMAIL Spool is too slowLDEV-352Resolved issue: LDEV-352
9 of 9
mail spooler retries emails with missing attachment(s)
Description
Environment
None
relates to
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
MajorLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 5 October 2020 at 02:07
Updated 9 October 2020 at 13:44
Activity
Show:
there's no point retrying to send a mail if an attachment isn't found, it's not going to magically reappear
also, why is it being respooled only once per day?