[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; HtmlSmtp

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 un

[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 us

[twsocket] Html email to many users

2006-02-27 Thread WP
Hi I have another problem, I hope the last one. My email have to be send to many people, for example to 150. I know that some servers have limit for recipients for one email. So, I have written procedure that divide this 150 people for 100 and 50. So, first mail will be send to 100 people and the

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

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" Sent: Saturday, Februar

[twsocket] Images in HTML formatted email - incorrect enumeration

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: ... and ... And then in SendButton procedure I have { Give the component the various data he need } HtmlSmtpClient.PlainText := nil;

[twsocket] Sending an email - progress/html formatted email

2006-02-20 Thread WP
Hi. I use ICS component - HtmlSmtpClient to send html formatted email. I have got 2 requests. 1. I would like to know, how can I show progress of sending email to multiply users, for example on delphi component - TProgressBar. Like in Outlook Express is...If it possible please give me some code..

[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