Developing an application that sends emails is straightforward but not without its risks. Ensuring deliverability but not actually having any of those emails land inside real inboxes is a top concern for any developer. Which leads to the question “How do you test your application’s outbound email capabilities?”
Find out how via the Full Guide.
Starting is the usual fare
npm install
npm run dev
Then open http://localhost:3000 with your browser to see the result.
Don't forget to configure your .env
file.