Sending emails with Edge Functions on Supabase
Too Long; Didn't Read
In this tutorial, we learn how to create an edge function to send emails. We will walk through how to trigger email notifications when the `contacts` table has a new entry in the next article. To follow along, you need basic knowledge of JavaScript. There are two ways to do this: set the variables in the `env` file in the root of your project or set the API keys in the environment variables.