Check recipients against the allowlist
validate_recipientsCheck which email addresses are permitted for sending before composing a message. Prevents refusal after composing by validating against server allowlist without sending or connecting.
Instructions
Says which of the given addresses this server is allowed to write to, and why the others are refused. Nothing is sent and no connection is made. Use it before composing a message rather than discovering the refusal afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | The email addresses to check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| results | Yes | ||
| allowlist | Yes | ||
| allowed_count | Yes | ||
| refused_count | Yes | ||
| allowlist_variable | Yes | ||
| max_recipients_per_message | Yes |