Skip to content

Commit a87acad

Browse files
authored
Merge pull request #876 from telefonicaid/AlvaroVega-patch-1
Update plain_rules.md with email field details
2 parents 44b91bf + 3c7eb00 commit a87acad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/API/plain_rules.md

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

0 commit comments

Comments
 (0)