renamed email task to mail because of some name collision in smtplib

This commit is contained in:
Johannes Findeisen 2013-09-19 19:34:21 +02:00
commit bccb205f6d
6 changed files with 19 additions and 18 deletions

View file

@ -4,8 +4,8 @@
"name": "Homer Simpson",
"comment": "Security Inspector",
"tasks": [
{"class":"email", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}},
{"class":"email", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}}
{"class":"mail", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}},
{"class":"mail", "type": "donut", "args": {"rcpt": "homer_j_simpson@burnscorp.sp"}}
]
}
},