Are retry attempts subject to Load and Queue Management settings

During a campaign, when a message to a specific email fails and the event log indicates that phpList “failed to send” to that email and will retry later, will the retry attempts be subject to the Load and Queue Management settings that are established using define(“MAILQUEUE_BATCH_SIZE”,XX); and define(“MAILQUEUE_BATCH_PERIOD”,XX ); or will phpMailer attempt to resend those outside of the batch process?

Interesting question for @samtuke or @michiel or @duncanc?

it will simply add it back in the queue and process it in the next batch

1 Like