Method | Description | |
---|---|---|
SendEmailToEmail ( string to, string subject, string message ) : bool | ||
SendEmailToTM ( string subject, string message ) : bool | ||
SendNewUserEmails ( string subject, |
||
SendNewUserEmails_UserDisabled__Workflow ( string subject, |
||
SendWelcomeEmailToUser ( |
||
send ( |
||
send ( |
||
send ( string subject, string message ) : bool | ||
send ( string to, string subject, string message ) : bool | ||
send ( string to, string subject, string message, bool htmlMessage ) : bool | ||
send_TestEmail ( ) : bool |
Method | Description | |
---|---|---|
SendEmails ( ) : System | ||
SendPasswordReminderToUser ( |
public static SendEmailToEmail ( string to, string subject, string message ) : bool | ||
to | string | |
subject | string | |
message | string | |
return | bool |
public static SendEmailToTM ( string subject, string message ) : bool | ||
subject | string | |
message | string | |
return | bool |
public static SendNewUserEmails ( string subject, |
||
subject | string | |
tmUser | ||
return | void |
public static SendNewUserEmails_UserDisabled__Workflow ( string subject, |
||
subject | string | |
tmUser | ||
return | void |
public static SendWelcomeEmailToUser ( |
||
tmUser | ||
return | void |
public send ( |
||
emailMessage | ||
return | bool |
public send ( |
||
emailMessagePost | ||
return | bool |
public send ( string subject, string message ) : bool | ||
subject | string | |
message | string | |
return | bool |
public send ( string to, string subject, string message ) : bool | ||
to | string | |
subject | string | |
message | string | |
return | bool |
public send ( string to, string subject, string message, bool htmlMessage ) : bool | ||
to | string | |
subject | string | |
message | string | |
htmlMessage | bool | |
return | bool |