Skip to content

Commit

Permalink
removing pw
Browse files Browse the repository at this point in the history
  • Loading branch information
maximz committed Apr 2, 2016
1 parent 6ce9713 commit 03c521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/cron_jobs/continuity.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def sendEmail(base_url, tested_url, test_time_utc):
msg.attach(MIMEText("URL tested: " + base_url + tested_url + ". Time (UTC): " + test_time_utc))
msg.attach(MIMEText('\nsent via python from ' + socket.gethostname(), 'plain'))
username = '[email protected]'
password = 'MailMarvin'
password = 'PASSWORD'
server = smtplib.SMTP_SSL('smtp.gmail.com', 465)
server.ehlo()
#server.starttls()
Expand Down

0 comments on commit 03c521c

Please sign in to comment.