Skip to content
Snippets Groups Projects
Commit 48223dee authored by Robert Goldmann's avatar Robert Goldmann
Browse files

BaseUtils: return created message

parent aed87697
No related branches found
No related tags found
No related merge requests found
......@@ -53,3 +53,5 @@ class MailHandler:
# The email client will try to render the last part first
message.attach(part1)
message.attach(part2)
return message
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment