Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge 277b35f into 41af2e4
Browse files Browse the repository at this point in the history
  • Loading branch information
PSoul committed Oct 17, 2017
2 parents 41af2e4 + 277b35f commit 67e3f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/send_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def send_mail(target, filename, receiver):
server = smtplib.SMTP_SSL(host=host, port=port)
else:
server = smtplib.SMTP(host=host, port=port)

server.starttls()
s_sid = filename.split('.')[0]
msg = MIMEMultipart()
msg['From'] = sender
Expand Down

0 comments on commit 67e3f88

Please sign in to comment.