We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this little piece of code:
const mail = minutemail({ timeout: 10000, startup: true }) mail.on("mail", mails => console.log(`Received email: ${mails}`))
When I execute it, I received an empty email ([]) and when I send an email, I never receive it. Any help?
[]
The text was updated successfully, but these errors were encountered:
just came across this project so I don't have any idea what could be wrong. But I can try
Are you sure the connection is established?
Sorry, something went wrong.
No branches or pull requests
I have this little piece of code:
When I execute it, I received an empty email (
[]
) and when I send an email, I never receive it.Any help?
The text was updated successfully, but these errors were encountered: