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?
it will simply add it back in the queue and process it in the next batch
1 Like