Commit 8b9f0c5a authored by R. David Murray's avatar R. David Murray

Fix email doc update I overlooked (thanks, Éric)

parent 650f1472
......@@ -27,5 +27,5 @@ for file in pngfiles:
# Send the email via our own SMTP server.
s = smtplib.SMTP()
s.sendmail(msg)
s.send_message(msg)
s.quit()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment