You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
310 B
JavaScript

#!/usr/bin/env node
var Hook = require('../lib/mailer').MailerHook;
var hook = new Hook({
name: "mailer"
});
// Hook.start defaults to localhost
// it can accept dnode constructor options ( for remote connections )
// these hooks can be started on diffirent machines / networks / devices
hook.connect();