Skip to content
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

Open
muety opened this issue Dec 23, 2024 · 4 comments
Open

Add smtp4dev preset #1098

muety opened this issue Dec 23, 2024 · 4 comments

Comments

@muety
Copy link

muety commented Dec 23, 2024

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".

@orlangure
Copy link
Owner

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?

@muety
Copy link
Author

muety commented Jan 12, 2025

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.

@orlangure
Copy link
Owner

Nice 😼
Would you like to add it? I can guide you through the process if you are willing to work on it.

@muety
Copy link
Author

muety commented Jan 20, 2025

Will wait for rnwood/smtp4dev#1610 to be resolved first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants