SendMail.To (Property)

Defines the To: address for the e-mail.

Availability:

JavaScript - 1.2
Netscape Enterprise server - 3.0
Property/method value type:String primitive
JavaScript syntax:NESmySendMail.To

This property contains the value that is transmitted in the To: header of the outgoing e-mail.

The value assigned to this property should be a comma separated list of To: recipient e-mail addresses.

These are the recipients of the e-mail and if you specify several, it may be more efficient as your SMTP server can bulk deliver several messages at once.