EmailHelperSimulateFailedEmails Property |
Gets if the simulation of send failures is active during debug mode (see
DebugEmails property). Default value is false.
If true, and exception is thrown when trying to send an e-mail.
The setting may be changed via web.config app-key "CMSSimulateFailedEmails".
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public static bool SimulateFailedEmails { get; }
Property Value
Type:
BooleanSee Also