diff --git a/server.js b/server.js index c0819fe..48f23c3 100644 --- a/server.js +++ b/server.js @@ -18,7 +18,7 @@ var transporter = nodemailer.createTransport({ }); var mailOptions = { from: 'Alert Monitor ', - to: 'jody@kaplon.us', + to: 'jody@kaplon.us,don@gettner.com', subject: 'Alert received', text: 'test alert' // Get custom text in here with device info. };