- Node.js Api service for sending email messages using sendgrid Api
- Create a config file on the root source of the project
_confi.json
with your sendgrid keys
SENDGRID_API_KEY=
SENDGRID_FROM=
git clone https://github.com/dduboncr/send-email-service.git
npm i
npm start