mailer_config_test
Verify SMTP settings by sending a test email through the custom sender. Uses saved configuration or overrides with provided parameters.
Instructions
Send a test message through the custom email sender to verify the SMTP settings. Uses the saved configuration unless overridden by the parameters. Sends to testEmail, or to the from address if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| port | No | ||
| fromName | No | ||
| password | No | ||
| username | No | ||
| testEmail | No | Recipient for the test message (defaults to the from address) | |
| encryption | No | ||
| fromAddress | No |