SmtpServer icon indicating copy to clipboard operation
SmtpServer copied to clipboard

A SMTP Server component written in C#

Results 41 SmtpServer issues
Sort by recently updated
recently updated
newest added

Following on from #195 Is there a way to return an SMTP response within SessionCreated prior to the disconnection/close of the pipe (e.g. SmtpReplyCode.ClientNotPermitted), as per your comment on [#140](https://github.com/cosullivan/SmtpServer/issues/140#issuecomment-687525125)

Hi @cosullivan! I hope this pull request finds you well😅 Thank you for engineering this great lib😄 The flexibility it provides is really awsome, however I ran into a few...

Adds option to enforce the message size limit in all commands. Adds option to set a timeout for all client responses. Mainly, the DATA command should not read infinitely from...

Great library - but we can't find the source for https://www.nuget.org/packages/SmtpServer/10.0.0 Can you push to github or provide the new source repo? Ideally, github would be updated before nuget.

Hi I tried to test TLS with https://www.checktls.com/TestReceiver but the server does not respond correctly even with a good certificate and good port. I used 25 for TLS.. Can you...

Maybe You will be interested in hosting API Explorer online: [![Static Badge](https://img.shields.io/badge/API%20Docs-DNDocs-190088?logo=readme&logoColor=white)](https://dndocs.com/?packageName=SmtpServer&packageVersion=10.0.1) Link can be a badge in the README.md file: ``` [![Static Badge](https://img.shields.io/badge/API%20Docs-DNDocs-190088?logo=readme&logoColor=white)](https://dndocs.com/?packageName=SmtpServer&packageVersion=10.0.1) ```

Dear @cosullivan, Can you add supports of : - SCRAM-SHA-1 - SCRAM-SHA-1-PLUS - SCRAM-SHA-256 - SCRAM-SHA-256-PLUS - SCRAM-SHA-512 - SCRAM-SHA-512-PLUS - SCRAM-SHA3-512 - SCRAM-SHA3-512-PLUS You can add too: - SCRAM-SHA-224...

- optimize code blocks - fix summary

Hello, I saw that on #179 some refactoring was done to make BDAT easier to support, but that support for BDAT was not implemented yet. I was wondering if there...