1
0
mirror of https://github.com/balkian/Hookio-Mailer.git synced 2024-11-22 14:32:29 +00:00
Hookio-Mailer/bin/mailer

14 lines
308 B
Plaintext
Raw Normal View History

2012-02-22 12:11:54 +00:00
#!/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.start();