emailGateway element
Type: | emailGatewayDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
A DTO for email notification channel gateways.
Example XML
<?xml version="1.0" encoding="UTF-8"?> <emailGateway> <host>...</host> <port>...</port> <authRequired>...</authRequired> <user>...</user> <pass>...</pass> <from>...</from> <encryption>...</encryption> <tries>...</tries> <interval>...</interval> <orderNumber>...</orderNumber> <identity>...</identity> </emailGateway>
Example JSON
{ "host" : "...", "port" : ..., "authRequired" : false, "user" : "...", "pass" : "...", "from" : "...", "encryption" : "NONE", "tries" : ..., "interval" : ..., "orderNumber" : ..., "identity" : "..." }