UNPKG

node-red-node-email

Version:

Node-RED nodes to send and receive simple emails.

4 lines 133 B
require('fs').readdirSync(__dirname).forEach(function(f) { if (f.substr(0, 5).toLowerCase() === 'test-') require('./' + f); });