--subject | str | yes | | The email subject. |
--to | list | yes | | Recipient address(es); repeat —to for multiple. |
--body | str | no | None | Inline body text. Mutually exclusive with —body-file. |
--body-file | str | no | None | Path to a file whose contents become the body. Mutually exclusive with —body. |
--cc | list | no | None | CC address(es); repeat —cc for multiple. |
--bcc | list | no | None | BCC address(es); repeat —bcc for multiple. |
--attach | list | no | None | File path(s) to attach; repeat —attach for multiple. |
--format | Literal | no | 'html' | Body format. |
--reply-to | list | no | None | Reply-to address(es); repeat —reply-to for multiple. |
--env | str | no | 'prod' | Target environment. |