1
0
mirror of https://github.com/balkian/Hookio-Mailer.git synced 2025-09-02 10:32:19 +00:00

First Commit

This commit is contained in:
J.Fernando Sánchez
2012-02-22 13:11:54 +01:00
commit 16a5c27759
4 changed files with 100 additions and 0 deletions

13
bin/mailer Normal file
View File

@@ -0,0 +1,13 @@
#!/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();