-1

I'm unable to start local SMTP Debugging Server using this line of code:

python -m smtpd -c DebuggingServer -n localhost:1025

Whenever I run this command on Spyder's command window, I get a syntax error.

Can anyone help me in this? Thank you in advance.

  • What's the error message? Which Python version? – tripleee Sep 08 '21 at 05:20
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 13 '21 at 13:44

1 Answers1

-1

smtpd.DebuggingServer(('localhost', 1025), None)