notification-testEmailConnection
Test an SMTP email connection by sending a verification email to specified addresses. Validate server, port, and credentials before using in production.
Instructions
POST /notification.testEmailConnection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| smtpServer | Yes | ||
| smtpPort | Yes | ||
| username | Yes | ||
| password | Yes | ||
| toAddresses | Yes | ||
| fromAddress | Yes |