Use node-mailer in Next.js

Nodemailer as a serverless function in Next.js

Introduction

In this guide we are going to build a simple Next.js application, in which we will be able to sent emails using NodeMailer and Next.js build in api routes.

Table of Contents

  • Project Setup
  • NodeMailer
  • Deployment

Project Setup

Coming soon...