SMTP Server that keep all email
Project description
smtpfixture
Run a smtp server that store every mail in a Maildir. The goal is to tests that emails are sent when doing functional tests. You can also use it to verify the rendering of email in a desktop email client, that real Maildir format. You can also use it has a smtp server blackhole or test that you do not send email.
smtpfixture is based on twisted and is just few line of codes for writing a TAP file.
Installation
pip install smtpfixture
usage
cd `smtpfixture-installdir` && twistd smtpfixture
To stop the service, you can run the following command:
kill `cat twistd.pid`
By default smtpfixture run on port 8025 as it did not require any privileges, but you can run it on the port you want.
To run it on port 25, as root, as a smtp blackhole (no email stored):
cd `smtpfixture-installdir` && twistd smtpfixture -p 25 -m /dev/null
Changelog
0.4
Add the interface to bind
0.3
Add a method get_installdir to return the install dir
0.2
Fix packaging
0.1
Initial Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file smtpfixture-0.4.tar.gz
.
File metadata
- Download URL: smtpfixture-0.4.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 265ad018cc74b8ee4cb07090cb8b1ecae20baec58c4c8f6c86e53aa3b13cd912 |
|
MD5 | e8909dab6dfb744bbda85b04c2ca8cbe |
|
BLAKE2b-256 | 083576ec34c2ce2e4e26d3580cf0f93a706d3054c09e49349370dbaa00feb499 |