2023-03-31 21:14:29 +01:00
|
|
|
const log = require('../utils/log.utils')
|
2023-04-01 11:06:30 +01:00
|
|
|
const fs = require('fs')
|
|
|
|
const mail = require('node-mailer'); //>> Probs wrong
|
|
|
|
|
2023-03-31 21:14:29 +01:00
|
|
|
|
|
|
|
async function sendTest() {
|
|
|
|
// Send test mail message
|
|
|
|
return;
|
2023-04-01 11:06:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
async function sendRegister() {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
async function sendAlert() {
|
|
|
|
return;
|
2023-03-31 21:14:29 +01:00
|
|
|
}
|