SMTP Check
smtp_checkTest SMTP server connectivity and authentication to verify email sending functionality. Optionally send a test email to confirm full delivery capability.
Instructions
Test an SMTP server connection by attempting to connect and authenticate. Optionally sends a test email to verify full sending capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | The SMTP server hostname, e.g. smtp.gmail.com | |
| port | Yes | The SMTP port number, e.g. 587 for TLS, 465 for SSL, 25 for unencrypted | |
| username | Yes | The SMTP username for authentication | |
| password | Yes | The SMTP password or app-specific password | |
| encryption | Yes | The encryption protocol: ssl, tls, or none | |
| from_email | No | Optional sender email address for sending a test email | |
| to_email | No | Optional recipient email address for sending a test email |