test_smtp_config
Check SMTP server connectivity and authentication using custom credentials without altering existing configuration.
Instructions
Test SMTP configuration with custom credentials without modifying the server configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SMTP server hostname | |
| port | Yes | SMTP server port | |
| user | Yes | SMTP authentication username | |
| secure | No | Use TLS (default: true for port 465) | |
| password | Yes | SMTP authentication password |