Commit e4e26a7d authored by Internship UKSW 2019's avatar Internship UKSW 2019

Initial commit

parent 8ba0d9a0
...@@ -17,7 +17,7 @@ const sendEmail = (request, response) => { ...@@ -17,7 +17,7 @@ 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: 465,//587
secure: true, secure: true,
auth: { auth: {
user: 'prastowo.nugroho.int@visionet.co.id', user: 'prastowo.nugroho.int@visionet.co.id',
......
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