You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SendinBlue is a cloud-based marketing platform that can be integrated with Node.js. There are also several npm packages available, such as "nodemailer-sendinblue-transport" and "sendinblue-api", which make it easy to integrate SendinBlue with Node.js applications.
This contains code of sending email using sendInBlue.
Pre requisites
Node 17.8.0 (check engine in package.json)
Install dependencies
npm install or npm i
Start Server
npm start
About
SendinBlue is a cloud-based marketing platform that can be integrated with Node.js. There are also several npm packages available, such as "nodemailer-sendinblue-transport" and "sendinblue-api", which make it easy to integrate SendinBlue with Node.js applications.