Tests the connection to an SMTP server using the provided configuration.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
In: header
Request Body
application/json
The SMTP server configuration to test.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/v2/smtp-servers/test-connection-smtp" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "fromName": "string", "hostName": "string", "smtpPort": 0 }'{ "message": "string", "logFile": "string", "success": true}