Skip to content

Commit

Permalink
Docs: Document BCC & CC. Closes CC & BCC Support #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Aug 4, 2024
1 parent 81d6097 commit 9b3c1a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions email/mailmerge-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ I recommend placing attachments in an `attachments` folder.
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`.
1. Note that if you pass the CLI option, any info about attachments in the CSV is ignored.

### BCC, CC & Multi to

- For multi-to: Separate the list of emails with a space in the CSV column
- For CC: Add a column called `cc` with space separated emails in, and make sure to pass `--cc` to the `generate` command
- For BCC: Add a column called `bcc` with space separated emails in, and make sure to pass `--bcc` to the `generate` command

This library was generated with [Nx](https://nx.dev).

## Building
Expand Down

0 comments on commit 9b3c1a3

Please sign in to comment.