Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 441 Bytes

R4MP Marketing Site Contact Form

This is the Azure Function that handles email submissions through our marketing site contact form.

Set up

Create a send grid API key and add it to your Configuration panel with the name:

SENDGRID_API_KEY

Simply deploy your Azure Function using the extension available in VS Code, or configure your function to build and deploy whenever changes are made to your repo.