Hello!
It looks like Netlify will set the ‘reply-to’ header in the emails that are sent when a form is submitted to the value of a field of type ‘email’ in the form (I’ve experimented with setting the field to ‘text’ and it doesn’t get picked up, so it’s definitely due to type=‘email’). This feels a bit magic/presumptuous and has caused a few of my form submissions to be flagged as spam (because the from and reply-to domains didn’t match, and the reply-to was from a freemail service).
I’ve searched the docs but this behaviour doesn’t appear to be documented. Is it possible to disable/configure/override this feature somehow?
Otherwise loving the service - thank you!
Tom