Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dsmtpd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsmtpd

Simple SMTP Server for debugging

  • 0.3
  • PyPI
  • Socket score

Maintainers
1

dsmptd: A debugger SMTP server for Humans

dsmtpd is a small tool to help the developer without an smtp server

Usage

::

$ dsmtpd -p 1025 -i 127.0.0.1
2013-01-13 14:00:07,346 INFO: Starting SMTP server at 127.0.0.1:1025

Installation

For the installation, we recommend to use a virtualenv, it's the easy way if you want to discover this package::

virtualenv ~/.envs/dsmtpd
source ~/.envs/dsmtpd/bin/activate

pip install dsmtpd

Documentation

Execute dsmtpd with the --help flag and you will get the usage of this command::

dsmtpd --help

There are three options:

  • -p You specify the port of dsmtpd (default is 1025)
  • -i You specify the network interface (default is loopback, 127.0.0.1)
  • -d You specify a Maildir directory to save the incoming emails

Use it

Here is a small example::

dsmtpd

swaks --from stephane@wirtel.be --to foo@bar.com  --server localhost --port 1025

Contributing

git clone git://github.com/matrixise/dsmtpd.git

Copyright 2013 (c) by Stephane Wirtel

dsmtpd Changelog

Here you can see the full list of changes between each dsmtpd release.

Version 0.3

Release on May 26th 2021.

  • Maildir capture: added early check (patch by Bernhard E. Reiter)
  • Remove the support of Docopt
  • Remove the support of Python 2.x (dead in 2020)
  • Support Python 3.6+
  • Improve the classifiers for PyPI
  • Migrate to PEP 517
  • Fix License into setup.py
  • Add tests for the CLI using argparse instead of docopt

Version 0.2

Release on January 21st 2013.

  • Allow to store the incoming emails in a maildir via the '-d' argument

Version 0.1

Release on January 14th 2013.

  • Implement a basic server
  • Show the message in the log

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc