mirror of https://github.com/cheat/cheat.git
[Python] Add basic SMTP server
This commit is contained in:
parent
663d72012d
commit
ad744eea9f
|
@ -8,3 +8,6 @@
|
|||
python -m SimpleHTTPServer
|
||||
# Python 3
|
||||
python -m http.server 8000
|
||||
|
||||
# SMTP-Server for debugging, messages will be discarded, and printed on stdout.
|
||||
python -m smtpd -n -c DebuggingServer localhost:1025
|
||||
|
|
Loading…
Reference in New Issue