Helma logo
helma.org » Home > Stories > Mail.addBCC()

Mail.addBCC()

Adds a recipient to the list of addresses to get a "blind carbon copy" of an e-mail message.

Syntax
mailObject.addBCC(emailString, nameString)

The emailString argument specifies the receipient's e-mail address. The optional nameString argument specifies the name of the recipient.

Example
var mail = new Mail();
mail.addBCC("hop@helma.at");
mail.addBCC("tobi@helma.at", "Tobi Schaefer");


... comment


Page last modified on 2002-07-17 09:53 by tobi