
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
Save emails to a file. It can be used as a replacement for sendmail or a SMTP server.
You can install it with pip install mailsave or pip install --user mailsave
You can also use the single file version <https://framagit.org/Jenselme/mailsave/tree/master/dist/mailsave.py>__. Since mailsave only needs the standard library, you don't have anything to install.
It is different from other tools like maildump <https://pypi.org/project/maildump/>__ because:
To use in place of sendmail, just put the path to the mailsave executable instead of the sendmail one. For instance, in a php.ini file:
::
sendmail_path = /home/jenselme/.virtualenvs/test/bin/mailsave --dir mails
To use as an SMTP server, launch it like this:
::
mailsave --server --dir mails
Then you can send it emails with the SMTP protocol:
::
swaks --to user@example.com --server localhost --port 2525 --add-header "X-Custom-Header: Swaks-Tested"
To view the full help, use:
::
mailsave --help
Written for Python 3.5+.
-t option. This is useful if the dots of the mail are escaped before being sent to the script, ie a dot (.) at the start of a line is replaced by two dots (..).FAQs
Dump emails to a file. It can be used as a remplacement for sendmail or an SMTP server.
We found that mailsave demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.