Added some comments
This commit is contained in:
@@ -102,6 +102,7 @@ def send_email(test, record):
|
||||
|
||||
bodyHTML = MIMEText(HTMLpart, "html")
|
||||
|
||||
#html output for testing
|
||||
f = open("sample.html", 'w')
|
||||
f.write(HTMLpart)
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user