Skip to content
Snippets Groups Projects
Commit db5d1715 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Email: use download-method

parent d653fa8b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ EmailUtils.openMailTemplate = function (pToRecipients, pSenderContactId, pTempla
if (pTemplateId)
email.setTemplate(pTemplateId, pRecipientContactId);
email.openMail();
email.downloadEML();
}
/**
......
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