Re: Fwd: bug in EmailTemplateService.CreateMessage when checking for node

2009-12-19 Thread John Simons
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 > > >

Re: Fwd: bug in EmailTemplateService.CreateMessage when checking for node

2009-12-17 Thread John Simons
-- > 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

Fwd: bug in EmailTemplateService.CreateMessage when checking for node

2009-12-17 Thread Ola
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

bug in EmailTemplateService.CreateMessage when checking for node

2009-05-04 Thread bdaniel7
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. --~--~-~--