POST api/EmailConfiguration/SendTestMail
Request Information
URI Parameters
None.
Body Parameters
EmailConfigDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ServerIncoming | string |
None. |
|
| ServerOutgoing | string |
None. |
|
| PortIncoming | integer |
None. |
|
| PortOutgoing | integer |
None. |
|
| DisplayName | string |
None. |
|
| MailUsername | string |
None. |
|
| MailPassword | string |
None. |
|
| EmailConfigurationId | integer |
None. |
|
| TimeoutHours | time interval |
None. |
|
| RecordStatus | byte |
None. |
|
| SslEnabled | boolean |
None. |
|
| ReceiverMailId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"serverIncoming": "sample string 1",
"serverOutgoing": "sample string 2",
"portIncoming": 3,
"portOutgoing": 4,
"displayName": "sample string 5",
"mailUsername": "sample string 6",
"mailPassword": "sample string 7",
"emailConfigurationId": 8,
"timeoutHours": "00:00:00.1234567",
"recordStatus": 64,
"sslEnabled": true,
"receiverMailId": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
