Commit 8b6ca785 authored by Internship UKSW 2019's avatar Internship UKSW 2019

Initial commit

parent bc81a132
...@@ -17,8 +17,8 @@ const sendEmail = (request, response) => { ...@@ -17,8 +17,8 @@ const sendEmail = (request, response) => {
// host: 'smtp.gmail.com', // host: 'smtp.gmail.com',
// service: 'Gmail', // service: 'Gmail',
host: 'mta.visionet.co.id', host: 'mta.visionet.co.id',
port: 587, // port: 587,
secure: false, // secure: false,
auth: { auth: {
user: 'prastowo.nugroho.int@visionet.co.id', user: 'prastowo.nugroho.int@visionet.co.id',
pass: '02Maret2020' pass: '02Maret2020'
...@@ -27,9 +27,9 @@ const sendEmail = (request, response) => { ...@@ -27,9 +27,9 @@ const sendEmail = (request, response) => {
// user: 'vdocmanagement@gmail.com', // user: 'vdocmanagement@gmail.com',
// pass: 'docmgmt123' // pass: 'docmgmt123'
// }, // },
// tls: { tls: {
// rejectUnauthorized: false rejectUnauthorized: false
// } }
}) })
let maillist = [ let maillist = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment