Hello
In the file form.md,
the lines
to:
- “{{ config.plugins.email.from }}”
- "{{ form.value.email }}"
should be
to:
- “{{ config.plugins.email.to }}”
- “{{ form.value.email }}”
it took me some time to figure it out. I am new to Grav, and I do not know how to submit such a small bug.
Regards,
Bruno