Skip to content

lqze/nextjs-with-nodemailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Features

✅ No custom server!

⚡ Next.js 9.5+

📬 Nodemailer STMP

▲ Deployed on Vercel (formerly Now.sh)

View the demo here: https://nextjs-with-nodemailer.vercel.app/

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Nodemailer

This project requires nodemailer to run.

Nodemailer is a package for enabling easy SMTP in a Node.js environment.

Email sending

Our email function is run under the /pages/api/submit route.

About

An example Next.js App with Nodemailer integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published