Add don@gettner.com to alert emails.
This commit is contained in:
		
							parent
							
								
									544f8ad54f
								
							
						
					
					
						commit
						a47e0c2fbd
					
				@ -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.
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user