12-22-2023, 06:17 PM
(12-21-2023, 11:29 PM)BosseB Wrote: Quick question regarding the message body:
It is a multi-line HTML formatted text, can it be sent just like a simple variable as shown above?
Yes, simply add the entire HTML text including line breaks as a single string in the TStringList. The line breaks will be encoded accordingly when transmitted. Just like a browser would do with a multi-line <textarea> form element.