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
resolver
Right now it's not possible to pass a custom resolver function to resolve hostname lookup.
smtp-server/lib/smtp-connection.js
Line 214 in 2bd0975
The package mailauth supports a resolver option, and it would be helpful to have this across the entire smtp-server stack for DNS queries.
mailauth
smtp-server
Thanks!
The text was updated successfully, but these errors were encountered:
Also, you may want to catch the error code instead for dns.reverse errors thrown, e.g. https://github.com/omrilotan/reverse-dns-lookup/blob/main/index.js#L40.
dns.reverse
Sorry, something went wrong.
No branches or pull requests
Right now it's not possible to pass a custom resolver function to resolve hostname lookup.
smtp-server/lib/smtp-connection.js
Line 214 in 2bd0975
The package
mailauth
supports aresolver
option, and it would be helpful to have this across the entiresmtp-server
stack for DNS queries.Thanks!
The text was updated successfully, but these errors were encountered: