mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 08:15:27 +01:00
[Python] Add basic SMTP server
This commit is contained in:
@@ -8,3 +8,6 @@
|
|||||||
python -m SimpleHTTPServer
|
python -m SimpleHTTPServer
|
||||||
# Python 3
|
# Python 3
|
||||||
python -m http.server 8000
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user