I just ran into this old bug. Did anyone investigate it last time it appeared or should I just open an issue for it?
---------- Forwarded message ---------- From: bdaniel7 <bdani...@gmail.com> Date: 4 Maj, 16:46 Subject: bug in EmailTemplateService.CreateMessage when checking for <html> node To: Castle Project Users Hello, I think there is a bug in EmailTemplateService.CreateMessage (StringWriter writer), at line : if (message.Body.ToLowerInvariant().IndexOf("<html>") != -1). <html> node can contain some properties and the above condition will create a text email, even though its content is html. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to castle-project-us...@googlegroups.com. To unsubscribe from this group, send email to castle-project-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.