August 1999
Intermediate to advanced
1488 pages
72h 53m
English
new SendMail()
The SendMail object is a core server-side object that is created using the new keyword. This object provides the properties and methods necessary to send email with your JavaScript applications. Table 8.22 lists the properties and methods of this object.
| Function or Property | Description |
|---|---|
| Bcc | Property that contains the email addresses of those users you want to blind carbon copy |
| Body | Property that contains the actual body of the message |
| Cc | Property that contains the email addresses of those users you want to carbon copy |
| errorCode() | Returns an integer error code that may be incurred when sending email |
| errorMessage() | Returns a string related to any error messages ... |
Read now
Unlock full access