mirror of
https://github.com/balkian/Hookio-Mailer.git
synced 2025-09-02 18:32:19 +00:00
First Commit
This commit is contained in:
13
bin/mailer
Normal file
13
bin/mailer
Normal 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();
|
Reference in New Issue
Block a user