node-login
node-login copied to clipboard
Password Retrieval
i am getting the following error though i have added email on the email-dispatcher.js
' ERROR : code 5
ERROR : smtp undefined
ERROR : previous Error: getaddrinfo EAI_FAIL [email protected]
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) {
errno: 'EAI_FAIL',
code: 'EAI_FAIL',
syscall: 'getaddrinfo',`
I believe code 5 / smtp undefined means you haven't setup your credentials correctly. Ensure that NL_EMAIL_HOST, NL_EMAIL_USER and NL_EMAIL_PASS are all set correctly as described in the readme and that "allow insecure apps" is enabled for the gmail account you're using.