Check the SMTP connection
test_connectionConnect to an SMTP server, negotiate TLS, and authenticate to determine whether configuration issues or delivery problems cause failures. No email is sent.
Instructions
Opens a connection to the SMTP server, negotiates TLS and authenticates, then closes it again. No message is sent. Use it to tell a configuration problem apart from a delivery problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tls | Yes | ||
| host | Yes | ||
| note | Yes | ||
| port | Yes | ||
| reachable | Yes | ||
| authenticated | Yes |