dilsayar / sendinblue-nodejs-transactional-email

This is an example showing how to use the Sendinblue API to send transactional email with NodeJS

Home Page:https://huseyindemirtas.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transactional Email with Sendinblue API

This is an example showing how to use the Sendinblue API to send transactional email with NodeJS.

Installation & Running

  • You need to have NodeJS installed to run this project.
  • Install dependencies by running npm install or yarn install inside the project directory.
  • Then rename .env.example to .env and set your API key inside the .env file.
  • The value to update is SENDINLBUE_API_KEY = "api-key"
  • Then open the sendinblue-api.js file and edit the email sender, recipient, content and related variables.
  • Finally run node sendinblue-api.js command inside the project directory to execute the code.

Help & Documents

Detailed guides and API specification can be found on Sendinblue developer website.

Online Preview & Development

Maintainer

Hi there, I am Hüseyin Demirtaş. This is a code snippet I am using for one of my projects. Feel free to use it. You can say hi 👋 on Twitter .

About

This is an example showing how to use the Sendinblue API to send transactional email with NodeJS

https://huseyindemirtas.net

License:MIT License


Languages

Language:JavaScript 95.8%Language:Shell 4.2%