-
-
Notifications
You must be signed in to change notification settings - Fork 338
feat: added smtp4dev container #1377
New issue
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
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for testcontainers-dotnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename file to Smtp4DevContainerTest.cs ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol don't know how that slipped through :D
4900ecd to
8fa5f1b
Compare
What does this PR do?
Adds a test container for an SMTP server. I implemented the rnwood/smtp4dev server (https://github.com/rnwood/smtp4dev).
Why is it important?
The current SMPT test container seems unmaintained. Without having looked too deeply into it I have noticed the last commit was more than 8 years ago. Next to that the jijiechen/Papercut container is a fork of ChangemakerStudios/Papercut-SMTP of which it is 450 commits behind. The original however does not have a web interface or api as far as I can tell.
I use smtp4dev regularly and think it has more or less the same functionality.
Related issues
How to test this PR
Send a mail using the SMTP-server in the test container. Smtp4Dev has a web-ui in which you can see the inbox.