Compare commits
3 Commits
cd326ff0bd
...
cee8f95ea2
| Author | SHA1 | Date | |
|---|---|---|---|
| cee8f95ea2 | |||
| a73ec3ff6b | |||
| 2f16b76f89 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
@ -9,8 +9,8 @@ const transport = {
|
||||
port: 587,
|
||||
secure: false, // true for 465, false for other ports
|
||||
auth: {
|
||||
user: '1fa2f34cd54db1', // add user here
|
||||
pass: '17ce8c3ba5fd65' // add password here
|
||||
user: 'abc', // add user here
|
||||
pass: 'xyz' // add password here
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user