Commit a752966e authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: send Mail Message

parent fc4df4b6
......@@ -57,7 +57,7 @@ if not keep_draft:
event.stop(comment=comment)
else:
event.plan(comment=comment)
event.start(comment=comment)
event.start(comment=comment, send_mail=(portal_type == 'Mail Message'))
event.stop(comment=comment)
event.deliver(comment=comment)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment