pis #12

Merged
fred.boniface merged 95 commits from pis into main 2023-05-06 21:54:51 +01:00
1 changed files with 11 additions and 1 deletions
Showing only changes of commit bd57449819 - Show all commits

View File

@ -1,7 +1,17 @@
const log = require('../utils/log.utils')
const mail = require('node-mailer')
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;
}