Click or drag to resize
EmailInfoProviderResetSendingStatus Method
Resets e-mail's status to 'waiting' anywhere the status is 'sending' for longer time.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void ResetSendingStatus()
Remarks
Runs the action within a new thread. The reset action is performed on those records which are in the 'sending' state more than 30 minutes. This preserves 'sending' state of emails which are currently sent by other servers.
See Also