Table of Contents

Class EmailNotifications

Namespace
Dynamicweb.Mailing.Notifications
Assembly
Dynamicweb.Mailing.dll
Represents a set of notifications available in Mailing.
public class EmailNotifications
Inheritance
EmailNotifications
Inherited Members

Fields

OnBeforeEmailSend

Before email send notification. Occurs before email will be sent.
public const string OnBeforeEmailSend = "DWN_STANDARD_EMAIL_OnBeforeEmailSend"

Field Value

string

Remarks

The passed NotificationArgs is EmailSendArgs

OnBeforeSmtpClientConfiguration

Before SMTP client configuration notification. Occurs before SMTP client will be configured.
public const string OnBeforeSmtpClientConfiguration = "DWN_STANDARD_EMAIL_OnBeforeSmtpClientConfiguration"

Field Value

string

Remarks

The passed NotificationArgs is EmailSendArgs
To top