Mas correciones menores para testing.

This commit is contained in:
pablomartincalvo 2018-11-04 19:52:47 +01:00
parent 94b604997c
commit 403bb2c0cc
4 changed files with 155 additions and 156 deletions

View file

@ -16,7 +16,7 @@ def alert_master(header, message):
msg.attach(MIMEText(message, 'plain'))
server = smtplib.SMTP('smtp.gmail.com: 587')
server = smtplib.SMTP('smtp.gmail.com: 465')
server.starttls()