mikeyangelo5 2 лет назад
Родитель
Сommit
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",


Загрузка…
Отмена
Сохранить