Andris Reinman

Results 183 comments of Andris Reinman

Hey @Dexus would you be interested of taking over this project (I'd add you as a contributor and also as the npm package owner), so you could edit and publish...

Ok, great! I added you as a collaborator to this repo and also as the npm package owner. So you can modify this repo and publish updates to npm at...

Is there any benefit in using `client-sesv2` instead of `client-ses`? I don't have any plans to work on it myself, but if it is something that's really required, you could...

Are you sure that they are actually trying to send anything? Some scanners only make the RCPT TO command to check if recipient is accepted or not.

Use the `logger` option as shown [here](https://github.com/nodemailer/smtp-server/blob/a8dcf609858d10ebe5cb2b91ef00e228af825b74/examples/server.js#L22).

Could you test if it works and make a pull request for it?

`minVersion` and `secureOptions` can not be used at the same time. Using `minVersion` seems like more reasonable option (as it is simpler). What for would be the `SSL_OP_NO_SSLv3` option anyway,...

@xdevnull No plans but PRs are welcomed in that area

Do you have an error handler set for the server instance? Like [this here](https://github.com/nodemailer/smtp-server/blob/a8dcf609858d10ebe5cb2b91ef00e228af825b74/examples/server.js#L108-L111)?

Does the SMTP server crash on such errors or is this just something that gets logged as an error by the error handler?