1
2
3
4
5
export let notifier = (message) => {
const subject = "HGVC ID: " + Math.floor(Math.random() * 100000);
let x = console.email(message, subject); // any JSON object can be the message
return x;
};