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

Mail.setFrom()

Sets the sender of an e-mail message.

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


... comment


Page last modified on 2002-07-17 13:04 by tobi