smtp-test-server/README.md
Juergen Edelbluth 08943cd8d5
Initial Commit
This commit consolidates the SMTP mock code from some of my testing projects into a re-usable form.

This package will be used later for realizing the upcoming pytest plugin.
2023-11-29 20:33:27 +01:00

5 lines
131 B
Markdown

# smtp-test-server
Based on the `aiosmtpd`, this packages offers you a simple way to integrate
a SMTP server into your test code.