import {log} from "../../logger/logger.js"; export const sendEmail = async () => { log.info("Preparing to send an email"); // settings };