Is there an easy way to have this form email to more than one person? Comma separated?
With the Form plugin you can, by passing the email processing action an array:
YAML
process:
- email:
from: "{{ config.plugins.email.from }}"
to:
- y[email protected]
- a[email protected]
Thank you, that worked perfectly!
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 2289 | 9 years ago | ||
| 2 | 1501 | 9 years ago | ||
| 2 | 4754 | 9 years ago | ||
| 1 | 3570 | 9 years ago | ||
| 3 | 1627 | 9 years ago |