Details
-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
Description
MailModule fails to send a Mail
the error is on
MgnlMailFactory line 144
if(renderers.containsKey(template.getType().toLowerCase())){
an new MailTemplate has no Type so the Type is null and this fails
for example when comming from
public MgnlEmail getEmail(Map<String, String> params, List<MailAttachment> attachments) { (Line 110
Checklists
Acceptance criteria