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
{ [Error: 140372039571264:error:14201044:SSL routines:tls_choose_sigalg:internal error:../ssl/t1_lib.c:2846:] remote: 'XXX.XXX.XXX.XX' }
this is my sever code:
const server = new SMTPServer({ disabledCommands: ['AUTH'], onData: (stream, session, callback) => { console.log(session.secure); simpleParser(stream) .then((mail) => { console.log(mail); callback(); }) .catch((err) => { console.log(err); callback(); }); }, });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this is my sever code:
The text was updated successfully, but these errors were encountered: