Update jobChecker.js
All checks were successful
Build and push image / Build (push) Successful in 52s

This commit is contained in:
Jack 2025-03-19 18:57:44 +00:00
parent 31fbb6b377
commit 4ac4bbd8eb

View File

@ -4,7 +4,7 @@ const cron = require('node-cron');
var fs = require("fs");
let transporter = nodemailer.createTransport({
pool: true,
host: process.env.host,
host: "mail.tgj.services",
port: 587,
secure: false, // use TLS
auth: {