Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Retrieval #60

Open
mixh opened this issue Oct 21, 2020 · 1 comment
Open

Password Retrieval #60

mixh opened this issue Oct 21, 2020 · 1 comment

Comments

@mixh
Copy link

mixh commented Oct 21, 2020

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 zzzs@gmail.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) {
errno: 'EAI_FAIL',
code: 'EAI_FAIL',
syscall: 'getaddrinfo',`

@braitsch
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants