From f0a6e1240560d0ac37dbef89dfc57f72f081ad64 Mon Sep 17 00:00:00 2001 From: mikeyangelo5 Date: Fri, 20 Jan 2023 22:04:11 +0700 Subject: [PATCH] minor update --- index.mjs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.mjs b/index.mjs index 488a9e3..d899da7 100644 --- a/index.mjs +++ b/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: { diff --git a/package.json b/package.json index 5ee9f4b..681d30e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emailnotification", - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "index.mjs", "type": "module",