Reputation: 1
I started a local server in Terminal using:
python -m smtpd -n -c DebuggingServer localhost:1025
How do I stop or undo this?
Thanks!
Upvotes: 0
Views: 637
Reputation: 1433
You can try ctrl+d from terminal.
ctrl+d
Upvotes: 2