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",


Завантаження…
Відмінити
Зберегти