Re: [twsocket] Send an html mail

2008-07-22 Thread Adilson Garcia
That is it! Thanks a lot! - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, July 21, 2008 4:18 PM Subject: Re: [twsocket] Send an html mail Arno Garrels wrote: Probably the body of the HTML page just uses a different

[twsocket] Send an html mail

2008-07-21 Thread Adilson Garcia
I want to send an html page saved by the TWebBrowser with the THtmlSMTPCli (ICS) After this line of code: HtmlSMTPCli1.HtmlText.LoadFromFile(MailMessageFile);. when I inspect the content of the HtmlText property, there is a lot of strange characteres, and if I send the email comes an blank

Re: [twsocket] Send an html mail

2008-07-21 Thread Arno Garrels
After this line of code: HtmlSMTPCli1.HtmlText.LoadFromFile(MailMessageFile);. when I inspect the content of the HtmlText property, there is a lot of strange characteres, and if I send the email comes an blank message Probably the body of the HTML page just uses a different charset. If so,

Re: [twsocket] Send an html mail

2008-07-21 Thread Arno Garrels
Arno Garrels wrote: If that doesn't help upload the page somewhere and post the link here. Don't upload the page but the file, of course. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please

Re: [twsocket] Send an html mail

2008-07-21 Thread Arno Garrels
Arno Garrels wrote: Probably the body of the HTML page just uses a different charset. If so, try to change property Charset of the component to the charset of the HTML body. If that doesn't help upload the page somewhere and post the link here. I just found that the THtmlSmtpCli doesn't have