Add don@gettner.com to alert emails.

This commit is contained in:
jkaplon 2015-07-29 14:08:29 -04:00
parent 544f8ad54f
commit a47e0c2fbd

View File

@ -18,7 +18,7 @@ var transporter = nodemailer.createTransport({
});
var mailOptions = {
from: 'Alert Monitor <alertmonitorfl@gmail.com>',
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.
};