Email records are stuck in "Ready" state with Type as "send-retry-delayed" Issue Email records are stuck in the "Ready" state with the Type "send-retry-delayed". CauseIf one of the recipients is not valid then the email record would be updated by the system with the state as "Ready" and Type as "send-retry-delayed". This is performed by the system in an attempt to reprocess the email.ResolutionAdding the following property 'glide.smtp.send_partial' with the value 'TRUE' should help to resolve the issue.- The purpose of this property is to split the outgoing email between valid and invalid recipients. The email is sent only to valid recipients. - A new email containing the invalid recipients is created in the send-ready state and attempts to send again.- Email records with the state 'send-retry-delayed' is processed by the "DelayedRetryEmailProcessorJob" job every 30mins by moving the email records with the state "send-retry-delayed" to "send-retry" so that the SMTPSenderJob will claim those emails again to send.