Merge "Make body of std.email optional"
This commit is contained in:
commit
6aa9e5a514
@ -282,7 +282,7 @@ class SendEmailAction(base.Action):
|
||||
# Task invocation parameters.
|
||||
self.to = to_addrs
|
||||
self.subject = subject or "<No subject>"
|
||||
self.body = body
|
||||
self.body = body or "<No body>"
|
||||
|
||||
# Action provider settings.
|
||||
self.smtp_server = smtp_server
|
||||
|
Loading…
Reference in New Issue
Block a user