POST v1/bunits/{bunitId}/smtp/verify

Verify outgoing email (SMTP) settings by connecting to SMTP server and sending a test email.

This method requires an additional field on the SmtpSettings object, "testRecipient",
which specifies the recipient email address for the test email.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId integer

Required

Body Parameters

IHttpActionResult

Request Formats

application/json, text/json

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.