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

BaseUtils: return created message

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