-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add smtp4dev preset #1098
Comments
Thank you for bringing this up! Does this project have a docker image so a container can be created locally? Or is it a library that's imported into code and used without external processes? |
It comes as a Docker container (see here) and a REST API that you can use to change settings at runtime, so I think should be quite straightforward to integrate with gnomock. |
Nice 😼 |
Will wait for rnwood/smtp4dev#1610 to be resolved first. |
smtp4dev is one of my favorite testing / mocking tools when it comes to e-mail sending. Would be cool if gnomock had a preset for this (or a similar project), so you could easily stand up a mock SMTP server and test your application's e-mail sending functionality "end-to-end".
The text was updated successfully, but these errors were encountered: