Update jobChecker.js
All checks were successful
Build and push image / Build (push) Successful in 52s
All checks were successful
Build and push image / Build (push) Successful in 52s
This commit is contained in:
parent
31fbb6b377
commit
4ac4bbd8eb
@ -4,7 +4,7 @@ const cron = require('node-cron');
|
|||||||
var fs = require("fs");
|
var fs = require("fs");
|
||||||
let transporter = nodemailer.createTransport({
|
let transporter = nodemailer.createTransport({
|
||||||
pool: true,
|
pool: true,
|
||||||
host: process.env.host,
|
host: "mail.tgj.services",
|
||||||
port: 587,
|
port: 587,
|
||||||
secure: false, // use TLS
|
secure: false, // use TLS
|
||||||
auth: {
|
auth: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user