Method | Description | |
---|---|---|
Send ( string toRecipient, string subject, string text, bool asHtmlEmail ) : bool |
Sends email to the specified reciptient.
|
Method | Description | |
---|---|---|
EmailService ( ) : System |
Initializes the EmailService class.
|
public Send ( string toRecipient, string subject, string text, bool asHtmlEmail ) : bool | ||
toRecipient | string | To recipient. |
subject | string | The subject. |
text | string | The text. |
asHtmlEmail | bool | if set to |
return | bool |