An open API service indexing awesome lists of open source software.

https://github.com/malithmcr/sendinblue-next

Send Transactional Emails With Next.js and SendinBlue
https://github.com/malithmcr/sendinblue-next

Last synced: 11 months ago
JSON representation

Send Transactional Emails With Next.js and SendinBlue

Awesome Lists containing this project

README

          

# 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 git@github.com: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