set_vacation
Enable or disable a mailbox's vacation auto-reply. Configure a custom subject and message; each sender receives only one response per rolling window.
Instructions
Enable/disable and configure a mailbox's vacation auto-reply. A message is required when enabling. Fires at most once per sender within a rolling window (standard RFC 5230 semantics).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A domain, e.g. example.com | |
| enabled | Yes | ||
| message | No | Required if enabled is true | |
| subject | No | ||
| localPart | Yes | The part before @, e.g. "hello" for hello@example.com |