Skip to content
Snippets Groups Projects
Commit 4899b539 authored by amy's avatar amy
Browse files

quick smtp fix

parent 201f7680
No related branches found
No related tags found
Loading
......@@ -64,7 +64,7 @@ Subject: SMTP e-mail test
This is a test e-mail message.
"""
smtpObj = smtplib.SMTP('smtp.soton.ac.uk')
smtpObj = SMTP('smtp.soton.ac.uk')
smtpObj.sendmail(sender, receivers, message)
token = open(tokenFile, "r").read().strip()
client.run(token)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment