EmailHelperDebugEmails Property |
Gets if the debug mode is active. Default value is false.
If the debug mode is on, the e-mail sending thread sleeps for 500-1000ms instead of actually sending the e-mail.
The setting may be changed via web.config app-key "CMSDebugEmails".
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public static bool DebugEmails { get; }
Property Value
Type:
BooleanSee Also