Skip to content

Commit 2f1d28d

Browse files
authored
Update plain_rules.md with email field details
Clarify usage of 'to' field for multiple email recipients and mention SMTP configuration.
1 parent 44b91bf commit 2f1d28d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/API/plain_rules.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,11 @@ 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:
376+
```json
377+
"to": "someone@acme.com; anotherone@acme.com",
378+
```
379+
375380
Additionally, Email action could include a `smtp` field to include SMTP configuration (see
376381
[nodemailer transport options for full detail](https://nodemailer.com/smtp/) which overwrites global SMTP configuration:
377382

0 commit comments

Comments
 (0)