formLayout.addComponent(profileName = textField("bpmnot.profile", 400));
formLayout.addComponent(smtpHost = textField("SMTP Host", 400));
formLayout.addComponent(smtpPort = textField("SMTP Port", 400));
formLayout.addComponent(smtpUser = textField("SMTP User", 400));
formLayout.addComponent(smtpPassword = passwordField("SMTP Password", 400));
formLayout.addComponent(smtpAuth = checkBox("SMTP Auth"));
formLayout.addComponent(smtpSocketFactoryPort = textField("SMTP Socket Factory Port", 400));
formLayout.addComponent(smtpSocketFactoryClass = textField("SMTP Socket Factory Class", -1));
formLayout.addComponent(sslSocketFactoryClass = textField("SSL Socket Factory Class", -1));
formLayout.addComponent(disablePlainAuth = checkBox("Disable Plain Auth"));
formLayout.addComponent(transportProtocol = textField("Transport Protocol", 400));