Docs: reformat SMTP driver docs

Also, remove an unused parameter from the smtp reporter.

Change-Id: I9c339b9c598b19bee16ad4fee31c9f5b39c6b6d0
This commit is contained in:
James E. Blair
2017-08-04 08:36:33 -07:00
parent 7611ca021d
commit fb0f716921
2 changed files with 60 additions and 27 deletions

View File

@@ -47,7 +47,6 @@ class SMTPReporter(BaseReporter):
def getSchema():
smtp_reporter = v.Schema({
'connection': str,
'to': str,
'from': str,
'subject': str,