mail module can't get mail with new MailTemplate
------------------------------------------------
Key: MAGNOLIA-3300
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3300
Project: Magnolia
Issue Type: Bug
Components: mail
Affects Versions: 4.3.6
Reporter: Thomas Kalmar
Assignee: Boris Kraft
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------