Is there an easy way to have this form email to more than one person? Comma separated?
Archive
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 | 1357 | 9 years ago | ||
| 2 | 936 | 9 years ago | ||
| 2 | 4066 | 9 years ago | ||
| 1 | 2955 | 9 years ago | ||
| 3 | 1121 | 9 years ago |