All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.schema-form.json Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
{
  "type" : "object",
  "properties" : {
    "host" : {
      "title": "SMTP host",
      "type" : "string"
    },
    "port" : {
      "title": "SMTP port",
      "type" : "integer"
    },
    "username" : {
      "title": "SMTP username",
      "type" : "string"
    },
    "password" : {
      "title": "SMTP password",
      "description": "Password",
      "type" : "string",
      "widget": "password"
    },
    "from" : {
      "title": "Email from",
      "type" : "string"
    },
    "to" : {
      "title": "Email to",
      "type" : "string"
    },
    "subject" : {
      "title": "Email subject",
      "type" : "string"
    },
    "templateName" : {
      "title": "Email template file name",
      "type" : "string"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy