#How to use Netlify functions
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I have a form (Form.tsx) and I want to use it inside a Netlify function with @sendgrid/mail to send emails. How can I achieve this? Do I need to create a Netlify/functions folder structure inside src? If someone has examples about the implementation of @quartz onyx/netlify adapter, I would be grateful. Thank you.
hi there, did you find a way to make sendgrid work on astro ?
If running in static mode you can create a netlify folder and create a function there.