Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 871 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 871 Bytes

sendgrid-nodejs-example

This is an example of using the SendGrid nodejs library.

Developing on Nitrous.IO

Hack on the Sendgrid Node.JS example on Nitrous.IO in a matter of seconds:

Hack sendgrid/sendgrid-nodejs-example on Nitrous.IO

Usage

git clone http://github.com/scottmotte/sendgrid-nodejs-example.git
cd sendgrid-nodejs-example
cp .env.example .env # change the values in .env
npm install
node sendgrid-nodejs-example.js
node smtp-nodejs-example.js