1
2
3
export const testingEmail = (msg) => {
console.email(`>${msg}<`, "subject!");
};