Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

dsmtpd is a small SMTP server for debugging and the developers.

License

NotificationsYou must be signed in to change notification settings

matrixise/dsmtpd

Repository files navigation

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

Usage

$ dsmtpd -p 1025 -i 127.0.0.12013-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/dsmtpdsource ~/.envs/dsmtpd/bin/activatepip 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:

dsmtpdswaks --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

About

dsmtpd is a small SMTP server for debugging and the developers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp