[twsocket] Number of characters in HtmlSmtpClient.HtmlText property

2006-04-03 Thread WP
Hi I wrote program, that sending emails in Html format. Everything works great, but I found big problem. I use THtmlSmtpCli component. There is HtmlText property, which is TStrings type. I have got: HtmlSmtpClient.HtmlText:= EmailBody; HtmlSmtpClient.EmailImages.Clear;

Re: [twsocket] It's time to make ICS-V5 last release

2006-03-19 Thread Pawel (WP)
Hi Great, but when I tried to install latest version of ICS v5 (Mar 09, 2006)) for Delphi 2005 I could't compile it and install... What I do: 1. Removing all dcu (obj) files from vc32 and internet directory. 2. Opening IcsDel90.bdsproj file 3. Compiling this... I got errors. - in HttpContCod

[twsocket] Charset in Mail header

2006-03-08 Thread WP
Hello A few days ago, I wrote this mail to You: (...)What I have to add to mail header, to add definition of language charset? I want to add that email (html formatted) is using CharSet- iso-8859-2 In component I have charset property as: iso-8859-2. But I need to add this line to header, in

[twsocket] Mail header

2006-03-05 Thread WP
Hello What I have to add to mail header, to add definition of language charset? I want to add that email (html formatted) is using CharSet- iso-8859-2 In component I have charset property as: iso-8859-2. But I need to add this line to header, in HtmlSmtpClientProcessHeader procedure. I need

Re: [twsocket] Html email to many users

2006-02-27 Thread Pawel (WP)
Francois, You writed: (...) Instead of programming a loop, you must use the event. You simply start your first mail send and then do nothing until the event signaling the end of request os done. Then only you pick the next mail from your list and send it. Using this scheme, you can go faster by

[twsocket] Images in HTML formatted email - incorrect enumeration IMAGEn

2006-02-25 Thread WP
Hi My program is using demo of THtmlSmtpClient component. I have a little problem. I have two images in email. In HTML message code it is: ... IMG src=cid:'+'IMAGE1'+' width=90 height=88 border=0 alt=alt and IMG src=cid:'+'IMAGE2'+' width=90 height=88 border=0 alt=alt ... And then in SendButton

Re: [twsocket] Images in HTML formatted email - incorrect enumerationIMAGEn

2006-02-25 Thread WP
Hi Solution of this problem is one line of code: HtmlSmtpClient.EmailImages.Clear; Now, it is working. Sorry, I should know that ;) Regards Paweł - Original Message - From: Paweł (WP) [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Saturday, February 25, 2006 2:06

[twsocket] Bcc list - multiple users - problem with bad email adress

2006-02-17 Thread WP
Hello! I am from Poland. This is my problem. Let's say that I send email to 100 people. They are in BCC list. For example: [EMAIL PROTECTED]; [EMAIL PROTECTED]; .. [EMAIL PROTECTED]; Mail is sending. But, suddenly I have an error message, that some emaill adresses are incorrect or doesn't exist