Method | Description | |
---|---|---|
NotifyAdmins ( string subject, string message, string appRoot = "", string themeRoot = "", bool createCommunicationHistory = true ) : void |
Notifies the admins.
|
|
ProcessBounce ( string email, BounceType bounceType, string message, System.DateTime bouncedDateTime ) : void |
Processes the bounce.
|
|
Send ( System.Guid emailTemplateGuid, List |
Sends the specified email template unique identifier.
|
|
Send ( string fromEmail, string subject, List |
Sends the specified from email.
|
|
Send ( string fromEmail, string fromName, string subject, List |
Sends the specified from email.
|
public static NotifyAdmins ( string subject, string message, string appRoot = "", string themeRoot = "", bool createCommunicationHistory = true ) : void | ||
subject | string | The subject. |
message | string | The message. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
createCommunicationHistory | bool | if set to |
return | void |
public static ProcessBounce ( string email, BounceType bounceType, string message, System.DateTime bouncedDateTime ) : void | ||
string | The email. | |
bounceType | BounceType | Type of the bounce. |
message | string | The message. |
bouncedDateTime | System.DateTime | The bounced date time. |
return | void |
public static Send ( System.Guid emailTemplateGuid, List |
||
emailTemplateGuid | System.Guid | The email template unique identifier. |
recipients | List |
The recipients. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
createCommunicationHistory | bool | if set to |
return | void |
public static Send ( string fromEmail, string subject, List |
||
fromEmail | string | From email. |
subject | string | The subject. |
recipients | List |
The recipients. |
message | string | The message. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
attachments | List |
The attachments. |
createCommunicationHistory | bool | if set to |
return | void |
public static Send ( string fromEmail, string fromName, string subject, List |
||
fromEmail | string | From email. |
fromName | string | From name. |
subject | string | The subject. |
recipients | List |
The recipients. |
message | string | The message. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
attachments | List |
The attachments. |
createCommunicationHistory | bool | if set to |
return | void |