Skip to content

Commit 3c7eb00

Browse files
authored
Update plain_rules.md
1 parent 49ad589 commit 3c7eb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API/plain_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The `template`, `from`, `to` and `subject` fields perform [string substitution](
372372
content body resulting in `template` is an HTML content then email will be sent as HTML and plain text, in order to
373373
ensure accesibility and compability.
374374

375-
Regarding with `to` field, it is possible to include several email destinataries by separating with `;` or even better `, ` like:
375+
Regarding with `to` field, it is possible to include several email destinataries by separating with `;` or `,` like:
376376
```json
377377
"to": "someone@acme.com; anotherone@acme.com"
378378
"to": "someone@acme.com, anotherone@acme.com"

0 commit comments

Comments
 (0)