lots of notifier improvements

This commit is contained in:
Josh Harvey 2016-04-23 19:27:53 +03:00
parent 8a87c7579d
commit 8a4b447db3
7 changed files with 172 additions and 26 deletions

View file

@ -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
}
}