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