Skip to content

Commit 9b3c1a3

Browse files
committed
Docs: Document BCC & CC. Closes CC & BCC Support #2
1 parent 81d6097 commit 9b3c1a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

email/mailmerge-cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ I recommend placing attachments in an `attachments` folder.
3333
2. If you want the same attachment to all emails, use the `-a` flag of generate, e.g. `docsoc-mailmerge generate nunjucks ./data/names.csv -o ./output -a ./attachments/image.jpg -a ./attachments/image2.jpg`.
3434
1. Note that if you pass the CLI option, any info about attachments in the CSV is ignored.
3535

36+
### BCC, CC & Multi to
37+
38+
- For multi-to: Separate the list of emails with a space in the CSV column
39+
- For CC: Add a column called `cc` with space separated emails in, and make sure to pass `--cc` to the `generate` command
40+
- For BCC: Add a column called `bcc` with space separated emails in, and make sure to pass `--bcc` to the `generate` command
41+
3642
This library was generated with [Nx](https://nx.dev).
3743

3844
## Building

0 commit comments

Comments
 (0)