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
- Host: GitHub
- URL: https://github.com/malithmcr/sendinblue-next
- Owner: malithmcr
- Created: 2020-05-26T20:18:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T20:34:41.000Z (over 3 years ago)
- Last Synced: 2025-04-02T10:50:29.401Z (over 1 year ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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