Can't put email server on replit

The email server works perfectly in my computer
Putting it on 25,587 or 2525 does not work

Hey @imcute-aaaa!

Thank you for your post and sorry that you are experiencing issues. However, we may not be able to help you with this issue if you do not complete the template fields fully.

Without a code excerpt and/or the link to your Repl there won’t be much we can do to help you. A screenshot of the expected output would also be appreciated.

The more information you provide at the start, the easier it will be to identify the bug in your program.

2 Likes

https://replit.com/@imcute-aaaa/smtpd-server

If you are trying to create an SMTP server, not an SMTP client, it might not be possible due to the fact that your repl is configured to run on port 80/443, even though your mail server is probably running on port 25. Although I don’t know much about python SMTP servers, I think that you could try looking at the docs:
https://docs.replit.com/programming-ide/configuring-repl#ports

1 Like

still not working(configured repl and smtp server to 5900,test telnet 5900,blank screen)