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

Mail.addText()

Appends a string to the body text of an e-mail message.

Syntax
mailObject.addText(String)

Example
var mail = new Mail();
mail.addText("Hello, World!");


... comment


Page last modified on 2002-07-17 10:38 by tobi