sendinblue-next

Send Transactional Emails With Next.js and SendinBlue

Stars
5

Sendinblue Next.js Transactional email

This repo is used for the tutorial 'Send Transactional Emails With Next.js and SendinBlue' in SendiBlue.com blog.

Next.js is a wonderful Framework based on React that allows us to render views from the server side. We will use Next.js with Sendinblue to send transactional emails. Sendinblue is a comprehensive suite of SaaS communication tools, including email marketing, transactional emails, text messages, and more.

Starting the dev server

Make sure you have npm installed.

  1. git clone [email protected]:malithmcr/sendinblue-next-js-transactional-emails.git
  2. Run npm install
  3. Start the dev server using npm run dev

Available Commands

  • npm run dev - start the dev server
  • npm run build - create a production ready build
  • npm start - start production server
  • npm staging - start staging server