Details
Assignee
Michael OffnerMichael OffnerReporter
Paul KlinkenbergPaul KlinkenbergNew 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
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Paul Klinkenberg
Paul KlinkenbergNew 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
Priority
Created 20 January 2016 at 11:02
Updated 19 April 2023 at 14:01
As can be seen here in the source code: https://github.com/lucee/Lucee/blob/master/core/src/main/java/lucee/runtime/spooler/mail/MailSpoolerTask.java#L38-L43
The retry setting for sending email messages is hard coded.
There is only 1 implementation for MailSpoolerTask, which does not set it's own retry setting (https://github.com/lucee/Lucee/blob/5544b1d528c17947b96819b3c62231e12adb1b50/core/src/main/java/lucee/runtime/net/smtp/SMTPClient.java#L711)
It would be great if the retry setting would be configurable in the admin, eg. as a list of numeric minute intervals (60,300,3600,7200).