Cleared up template usage in the instructions.
This commit is contained in:
parent
46d65e944d
commit
2be63ef237
|
@ -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
|
||||
|
|
4
main.go
4
main.go
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue