Skip to content

schminkel/nextjs-email-forms

Repository files navigation

Next.js + E-Mail + Forms

This demo project showcases how Next.js can be used to send emails through SMTP or AWS SES. It incorporates react-mail for utilizing email templates and features basic authentication for enhanced security.

Getting Started

First, setup a .env.local file with the required parameters.

Second, run the development server:

npm run dev

Third, open http://localhost:3000 with your browser to see the result.

About

Demonstrates how to use Next.js for sending emails via SMTP or AWS SES.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published