Re: [fpc-pascal] Html mail displays differently than the body text does...

2018-01-18 Thread Bo Berglund
On Thu, 18 Jan 2018 18:46:28 +0100, Bo Berglund wrote: >I have already set the message to use UTF-8 via the messagebuilder: > >IB := TIdMessageBuilderHtml.Create; > >IB.HtmlCharSet := 'UTF-8'; >IB.Html.Text := slBody.Text; >IB.PlainText.Text := slTxtBody.Text; >IB.FillMessage(SVNM.MailMessage

[fpc-pascal] Html mail displays differently than the body text does...

2018-01-18 Thread Bo Berglund
I am using Indy 10 (latest trunk version) in Lazarus to create a command line utility to interface with our new Subversion repository server. It sends commit emails to select users with some information including a list of changed files and with a URL line to allow the recipient to access the file