Compare commits

..

No commits in common. "cee8f95ea26f032794ff66ac779980163122623f" and "cd326ff0bd10e23c3a38162361d4a06e48d70bef" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
.DS_Store
node_modules/ node_modules/

View File

@ -9,8 +9,8 @@ const transport = {
port: 587, port: 587,
secure: false, // true for 465, false for other ports secure: false, // true for 465, false for other ports
auth: { auth: {
user: 'abc', // add user here user: '1fa2f34cd54db1', // add user here
pass: 'xyz' // add password here pass: '17ce8c3ba5fd65' // add password here
} }
} }