mikeyangelo5 пре 2 година
родитељ
комит
f0a6e12405
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      index.mjs
  2. +1
    -1
      package.json

+ 1
- 1
index.mjs Прегледај датотеку

@@ -9,7 +9,7 @@ dotenv.config()

const app = express()
const queueName = process.env.queueName
const senderEmail = "michael.pandu@ti.ukdw.ac.id"
const senderEmail = process.env.sender_email
// const mailTransporter = nodemailer.createTransport({
// service: 'gmail',
// auth: {


+ 1
- 1
package.json Прегледај датотеку

@@ -1,6 +1,6 @@
{
"name": "emailnotification",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.mjs",
"type": "module",


Loading…
Откажи
Сачувај