I'm looking for the easiest way to add the required backend logic to a contact form so that I actually get sent people's emails. Some options I'm considering: 1) React frontend hits Express server route that sends the email with Amazon SES. 2) Have the frontend talk directly to an API like https://formspree.io . What are you all doing?
Sign in to post a reply and interact with thousands of makers.