const log = require('../utils/log.utils') const fs = require('fs') const mail = require('node-mailer'); //>> Probs wrong async function sendTest() { // Send test mail message return; } async function sendRegister() { return; } async function sendAlert() { return; }