Download this file

email.js    10 lines (6 with data), 195 Bytes

1
2
3
4
5
6
7
8
/*made by Miguel Rodrigues @ KBZ miguel.rodrigues@knowledgebiz.pt*/
//Credentials for Email which will send
module.exports={
userEmail: process.env.USEREMAIL,
userPwd: process.env.USERPWD
}