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;