Mas correciones menores para testing.
This commit is contained in:
parent
94b604997c
commit
403bb2c0cc
4 changed files with 155 additions and 156 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue