The parameter body asks HTML to put text into the parameter. Now I want to send these line of text:
programma : C:\Run 2\mYAPP.exe
datum userfile : 07-10-2024
datum bijbestellingen : 05-11-2024
database locatie : C:\MY APP
database grootte : gsn.dat (174 mb)
If the text is sent to freshdesk, the text is in one line and doesn’t use a cariage return on screen. But if I use “programma : C:\Run 2\mYAPP.exe ” the “ ” will not converted in freshdesk as a cariage return.
How do I convert my lines of text to freshdesk, so that freshdesk will show correctly?
Is it also possible to use tables?
Problem solved. Thank you.
I used TNetEncoding.HTML.Encode in Delphi to convert strange characters into HTMLcode. but its seems you don’t have to do it.