Skip to main content
POST
Test SMTP Connection

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Body

application/json
host
string
required
Minimum string length: 1
port
integer
required
Required range: 1 <= x <= 65535
username
string
required
Minimum string length: 1
password
string
required
Minimum string length: 1
from_email
string<email>
required
secure
boolean
default:true
from_name
string | null

Response

200 - application/json

SMTP connection successful

success
enum<boolean>
required
Available options:
true