Skip to content

Commit 49ad589

Browse files
authored
Update plain_rules.md
1 parent 2f1d28d commit 49ad589

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/API/plain_rules.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,10 @@ 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 `;` like:
375+
Regarding with `to` field, it is possible to include several email destinataries by separating with `;` or even better `, ` like:
376376
```json
377-
"to": "someone@acme.com; anotherone@acme.com",
377+
"to": "someone@acme.com; anotherone@acme.com"
378+
"to": "someone@acme.com, anotherone@acme.com"
378379
```
379380

380381
Additionally, Email action could include a `smtp` field to include SMTP configuration (see

0 commit comments

Comments
 (0)