I would like to specify the "Reply-to" value of form emails.
example:
process:
TWIG
email:
from: "{{ form.value.email }}"
to: "{{ config.plugins.email.to }}"
reply-to: "{{ form.value.email }}"
subject: "Contact by {{ form.value.name|e }}"
body: "{% include 'forms/data.html.twig' %}"