emailSettings element
| Type: | emailSettingsDTO |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Used to carry the setting for the email notifications system
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<emailSettings>
<host>...</host>
<port>...</port>
<encryption>...</encryption>
<auth>...</auth>
<username>...</username>
<password>...</password>
<from>...</from>
<testemailto>...</testemailto>
</emailSettings>
Example JSON
{
"host" : "...",
"port" : ...,
"encryption" : "...",
"auth" : false,
"username" : "...",
"password" : "...",
"from" : "...",
"testemailto" : "..."
}