emailSettingsDTO
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Used to carry the setting for the email notifications system
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
host (string) | 1/1 | |
port (int) | 1/1 | |
encryption (string) | 1/1 | |
auth (boolean) | 0/1 | |
username (string) | 0/1 | |
password (string) | 0/1 | |
from (string) | 1/1 | |
testemailto (string) | 0/1 |
JSON
property | type | description |
---|---|---|
host | host (string) | |
port | port (int) | |
encryption | encryption (string) | |
auth | auth (boolean) | |
username | username (string) | |
password | password (string) | |
from | from (string) | |
testemailto | testemailto (string) |