Skip to main content
Skip table of contents

setSubject

Versionshinweise

12.1

Code

GROOVY
void MailUtils.setSubject(ScriptMail mail, String subject)

Beschreibung

Setzt den Betreff einer Mail.

Parameter

  • mail - Ein ScriptMail Objekt zum Versenden einer Mail.
  • subject - Der Betreff einer Mail.

Beispiele

GROOVY
ScriptMail mail = MailUtils.createMail("Betreff");
MailUtis.setSubject(mail, "Betreff");
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.