node-login icon indicating copy to clipboard operation
node-login copied to clipboard

Password Retrieval

Open mixh opened this issue 5 years ago • 1 comments

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',`

mixh avatar Oct 21 '20 14:10 mixh

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.

braitsch avatar Apr 13 '21 21:04 braitsch