SendMail.send() (Method)

Send the message encapsulated by this object.

Availability:

JavaScript - 1.2
Netscape Enterprise server - 3.0
JavaScript syntax:NESmySendMail.send()

This connects to the sendmail process in the server and dispatches the message. There is an implication here that because it uses sendmail, then the server can only run on platforms that support sendmail. That further implies the platform is a Unix system, although sendmail is open source and may be deployed on non-Unix platforms.

If sendmail is not available the results of calling this method are uncertain.