elng
elng

Reputation: 1

Stop Python smtpd DebuggingServer

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

Answers (1)

Luc
Luc

Reputation: 1433

You can try ctrl+d from terminal.

Upvotes: 2

Related Questions