Parent: [a1bee8] (diff)

Download this file

email.js    10 lines (7 with data), 257 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
/*made by Miguel Rodrigues @ KBZ miguel.rodrigues@knowledgebiz.pt*/
//Credentials for Email which will send
var configuration = require('../config.json');
module.exports={
userEmail: configuration.Email.USEREMAIL,
userPwd: configuration.Email.USERPWD
}