Cleared up template usage in the instructions.

This commit is contained in:
Asaf Gartner 2023-09-13 00:30:27 +03:00
parent 46d65e944d
commit 2be63ef237
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ Sends out newsletters
2. Create an email file
* Name it whatever you want.
* The first line of the file will be used as the subject.
* The rest of the file will be used as the body.
* The first line of the file will be used as {{ subject }} in the postmark template.
* The rest of the file will be used as {{{ content_body }}}.
* Newlines between the subject and body will be removed.
3. Do a test run

View File

@ -339,8 +339,8 @@ func main() {
2. Create an email file
* Name it whatever you want.
* The first line of the file will be used as the subject.
* The rest of the file will be used as the body.
* The first line of the file will be used as {{ subject }} in the postmark template.
* The rest of the file will be used as {{{ content_body }}}.
* Newlines between the subject and body will be removed.
3. Do a test run