I'm building a contact form on my frontend.
The built-in "sendgrid_basic_send" custom function has only 3 available fields: to_email, subject, body.
How do I add a "reply to" parameter?
Or even better: how can I use the "Email" field value (entered by the user) as the "From:" value?