estigate it last time it appeared or should I just open
> > an issue for it?
>
> > -- Forwarded message --
> > From: bdaniel7
> > Date: 4 Maj, 16:46
> > Subject: bug in EmailTemplateService.CreateMessage when checking for
>
> >
--
> From: bdaniel7
> Date: 4 Maj, 16:46
> Subject: bug in EmailTemplateService.CreateMessage when checking for
>
> node
> To: Castle Project Users
>
> Hello,
>
> I think there is a bug in EmailTemplateService.CreateMessage
> (StringWriter writer),
> a
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
Date: 4 Maj, 16:46
Subject: bug in EmailTemplateService.CreateMessage when checking for
node
To: Castle Project Users
Hello,
I think there is a bug in EmailTemplateService.CreateMessage
(StringWriter writer),
at line :
if (message.Body.ToLowerInvariant().IndexOf("") != -1).
node can contain some properties and the above condition will
create a text email,
even though its content is html.
--~--~-~--