crystal99 commited on
Commit
a3733c4
·
verified ·
1 Parent(s): 72226c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ class CustomSMTPHandler:
12
  # Function to start the SMTP server
13
  def start_smtp_server():
14
  handler = CustomSMTPHandler()
15
- controller = Controller(handler, hostname='0.0.0.0', port=25)
16
  controller.start()
17
 
18
  if __name__ == "__main__":
 
12
  # Function to start the SMTP server
13
  def start_smtp_server():
14
  handler = CustomSMTPHandler()
15
+ controller = Controller(handler, hostname='0.0.0.0', port=1025)
16
  controller.start()
17
 
18
  if __name__ == "__main__":