Docs: reformat SMTP driver docs
Also, remove an unused parameter from the smtp reporter. Change-Id: I9c339b9c598b19bee16ad4fee31c9f5b39c6b6d0
This commit is contained in:
@@ -47,7 +47,6 @@ class SMTPReporter(BaseReporter):
|
||||
|
||||
def getSchema():
|
||||
smtp_reporter = v.Schema({
|
||||
'connection': str,
|
||||
'to': str,
|
||||
'from': str,
|
||||
'subject': str,
|
||||
|
||||
Reference in New Issue
Block a user