From 4ba0038ff0f8fb8af11491a00714f03687230af1 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 19 May 2016 13:13:34 -0300 Subject: [PATCH] add config example --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.js b/config.js index 58b9711..56fdd5c 100644 --- a/config.js +++ b/config.js @@ -74,6 +74,13 @@ var config = { // testnet: 'https://test-insight.bitpay.com/tx/{{txid}}', // }, //}, + // + // To use sendgrid: + // var sgTransport = require('nodemail-sendgrid-transport'); + // mailer:sgTransport({ + // api_user: xxx, + // api_key: xxx, + // }); }; module.exports = config;