--from <addr> | Sender address (e.g. name@yourdomain.com). |
--to <addr> | Recipient address. Repeat for multiple. |
--subject <str> | Subject line. |
--html <src> | HTML body. Literal string, @file, or - for stdin. |
--text <src> | Plain-text body. Literal string, @file, or -. |
--cc <addr> | CC address. Repeatable. |
--bcc <addr> | BCC address. Repeatable. |
--reply-to <addr> | Reply-To address. |
--header 'Name: Value' | Custom header. Repeatable. |
--attach <spec> | Attachment. @path/to/file (auto-base64) or a JSON object literal. Repeatable. |
--eu | Route through the EU region. |
--scheduled-at <iso8601> | Schedule the send. See Scheduled email. |
--idempotency-key <key> | Idempotency-Key header. Same key replays the original response. See Idempotency. |
--body-json <src> | Whole body. Merged underneath typed flags. See Body & field escape hatches. |
--field key=value | Override a single top-level field. Repeatable. |