Login

One line SMTP sink server

Author:
Baguage
Posted:
July 25, 2014
Language:
Shell
Version:
1.5
Score:
2 (after 2 ratings)

Start simple SMTP server on localhost:25 and print to standard output all email headers and the email body. Useful for debugging outgoing mail without configuring SMTP daemon in development enviroment.

1
python -m smtpd -n -c DebuggingServer localhost:25

More like this

  1. the steps of migration using south in Django... by lockys 11 years, 10 months ago
  2. Virtualfish Hook by HubertGrzeskowiak 12 years ago
  3. How to rename processes by diverman 14 years, 8 months ago
  4. Add CSRF token to templates by coleifer 15 years ago

Comments

Please login first before commenting.