emailGatewayDTO
| Extends: | gatewayDTO |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
A DTO for email gateways.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| host (string) | 0/1 | |
| port (int) | 1/1 | |
| authRequired (boolean) | 1/1 | |
| user (string) | 0/1 | |
| pass (string) | 0/1 | |
| from (string) | 0/1 | |
| encryption (encryptionTypeDTO) | 0/1 | |
| tries (int) | 1/1 | |
| interval (int) | 1/1 |