Re: [twsocket] TSmtpCli Questions

2012-06-27 Thread Angus Robertson - Magenta Systems Ltd
> I am using a delphi 7 TRichedit box and using the code > Smtpcli.MailMessage := editor.lines where editor is the Richedit. You need to set the PlainText property to false to read rich text into a stream or file, don't know about use of Lines.Text, not mentioned in the help. Use the debugger to

[twsocket] TSmtpCli Questions

2012-06-26 Thread colin masters
Thanks for the info I am using a delphi 7 TRichedit box and using the code Smtpcli.MailMessage := editor.lines where editor is the Richedit. How do I set the Mime type for the TSmtpCli component.   thanks   colin -- To unsubscribe or change your settings for TWSocket mailing list please goto http

Re: [twsocket] TSmtpCli Questions

2012-06-26 Thread Angus Robertson - Magenta Systems Ltd
> 1. I have a richedit box hat I have formatted text in > Smtpcli.MailMessage := editor.lines; I have noticed that none of > the formatting is carried across to the sent email How are you extracting the text from the richedit control, with which method? To maintain RTF formatting, you also nee

[twsocket] TSmtpCli Questions

2012-06-26 Thread colin masters
Hi I have started looking at using the TSmtpCli and have a couple of question if that is ok -   1. I have a richedit box hat I have formatted text in Smtpcli.MailMessage := editor.lines; I have noticed that none of the formatting is carried across to the sent email and I am wondering why?   2.