lots of notifier improvements
This commit is contained in:
parent
8a87c7579d
commit
8a4b447db3
7 changed files with 172 additions and 26 deletions
|
|
@ -7,12 +7,10 @@ var rand = Math.floor(Math.random() * 1e6)
|
|||
|
||||
var rec = {
|
||||
email: {
|
||||
toEmail: 'joshmh@gmail.com',
|
||||
subject: 'Test email ' + rand,
|
||||
body: 'This is a test email from lamassu-server'
|
||||
},
|
||||
sms: {
|
||||
toNumber: process.argv[2],
|
||||
body: '[Lamassu] This is a test sms ' + rand
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue