Sends an email to the email address pToEmail from the email address pFromEmail. The email's subject line is pSubject and its content is pText.
Version
1.4
Parameters
| Parameter | Type | Description | 
|---|---|---|
| pToEmail | string | Email address of recipient. | 
| pFromEmail | string | Email address of sender. | 
| pSubject | string | Text that appears in subject line of email. | 
| pText | string | Text that appears in body of email. |