Test SMTP email sending
Email
Test SMTP email sending
Tests sending an actual email through an SMTP server with authentication. Validates server configuration, credentials, and email delivery capability.
POST
Test SMTP email sending
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
application/x-www-form-urlencoded
SMTP server hostname or IP address
Example:
"smtp.gmail.com"
SMTP server port number
Required range:
1 <= x <= 65535Example:
587
SMTP security protocol
Available options:
none, tls, ssl Example:
"tls"
SMTP authentication username
Example:
"user@example.com"
SMTP authentication password (write-only — never echoed in responses).
Example:
"password123"
Sender email address
Example:
"sender@example.com"
Recipient email address
Example:
"recipient@example.com"