Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
git-mih authored Sep 18, 2021
1 parent 99cbb7a commit 74ad2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dispatch is a command-line mail merge tool for sending custom bulk emails to a l

Dispatch requires two files to start a mail merge:

* A data file, typically called `data.csv`, which contains the information to substitute into the placehodlers. The first row of the CSV file should define column headings that match up with the keyword placeholders present in the configuration JSON file. Every subsequent row defines one email to send, and may parameterize the keywords in any way.
* A data file, typically called `data.csv`, which contains the information to substitute into the placeholders. The first row of the CSV file should define column headings that match up with the keyword placeholders present in the configuration JSON file. Every subsequent row defines one email to send, and may parameterize the keywords in any way.
* A configuration file, typically called `config.json`, which contains the sender's email address, password, recipients (to, cc, bcc), a subject line, and a body. Fields may be parameterized with a keyword placeholder between `{` and `}`, which will be substituted for by the dispatcher.
* The configuration file may also specify a custom server and port (Gmail is the default).
* The "from" address, the password, the server, and the port cannot be parameterized.
Expand Down

0 comments on commit 74ad2e9

Please sign in to comment.