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

Mail.addCC()

Adds an address to the list of carbon copy recipients.

Syntax
mailObject.addCC(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.addCC("hop@helma.at");
mail.addCC("tobi@helma.at", "Tobi Schaefer");


... comment


Page last modified on 2002-07-10 08:27 by tobi