Company
Date Published
Author
Phil Nash
Word count
2445
Language
English
Hacker News points
None

Summary

A contact form can be built with SendGrid and Node.js using Twilio Functions. This allows users to submit their email address, subject, and content without exposing the actual email address. The form sends an email to a verified or authenticated sender address, and the reply-to address is set to the user's submitted email address. The contact form also includes features such as sending images, receiving inbound emails with Parse webhooks, and sending interactive AMP emails.