# Test SMTP credentials for a platform Test SMTP credentials by sending a test email to the specified address Endpoint: POST /api/notification/v1/platforms/{platform_key}/config/test-smtp/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `platform_key` (string, required) ## Request fields (application/json): - `smtp_host` (string, required) SMTP server hostname - `smtp_port` (integer, required) SMTP server port - `smtp_username` (string, required) SMTP username - `smtp_password` (string, required) SMTP password - `use_tls` (boolean) Use TLS encryption - `use_ssl` (boolean) Use SSL encryption - `test_email` (string, required) Email address to send test email to - `from_email` (string) From email address (optional) ## Response 200 fields (application/json): - `status` (string, required) - `message` (string, required) - `success` (boolean, required)