Skip to main content
Skip table of contents

getSystemMailConfig

Versionshinweise

20.2

Code

GROOVY
String MailUtils.getSystemMailConfig()

Beschreibung

Ermittelt die System-Mailkonfiguration aus den Systemeigenschaften.

Rückgabe

Die hinterlegte System-Mailkonfiguration oder null.

Beispiele

GROOVY
String systemMailConfig = MailUtils.getSystemMailConfig();
if(!ScriptUtils.isEmpty(systemMailConfig))
{
	ScriptMail mail = MailUtils.createMail("E-Mail Betreff");
	IMailResult mailResult = MailUtils.send(mail, systemMailConfig);
}
JavaScript errors detected

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

If this problem persists, please contact our support.