tiantian-paris commited on
Commit
5458d13
·
1 Parent(s): 4166c9e

try other port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def send_message(user_input):
125
  # Create the email message
126
  print("sending mail")
127
  print(MY_PASSWORD)
128
- with smtplib.SMTP("smtp.gmail.com",3000) as connection:
129
  connection.starttls()
130
  connection.login(MY_EMAIL, MY_PASSWORD)
131
  connection.sendmail(from_addr=MY_EMAIL,
 
125
  # Create the email message
126
  print("sending mail")
127
  print(MY_PASSWORD)
128
+ with smtplib.SMTP("smtp.gmail.com",8888) as connection:
129
  connection.starttls()
130
  connection.login(MY_EMAIL, MY_PASSWORD)
131
  connection.sendmail(from_addr=MY_EMAIL,