Re: [twsocket] TSmtpCli - How do Iprocess multipleemailsusingthiscomponent?

2008-07-29 Thread SoftTech
Hi Fredrick, Sorry, I have somehow skipped over your comment " //generate email to send here, set all values et.c." when reading your prior post. I was not aware of the wiki although I probably should have been as I have looked at other links on the website. I will give this a go and see what

Re: [twsocket] TSmtpCli - How do I process multipleemails usingthiscomponent?

2008-07-29 Thread SoftTech
; > >end >else >begin > logMsg('No more email to send, quitting.'); > Smtp.Quit >end > > > > end > else > if RqType = smtpQuit then > begin >logMsg('SMTP connection closed, restarting timer...'); > >

Re: [twsocket] TSmtpCli - How do I process multipleemailsusingthiscomponent?

2008-07-29 Thread SoftTech
Hi Francois, You say that the OnRequestDone event is the correct place to process mass e-mails using the TSmtpCli component and then direct me towards the v5 ICS MailRob source. I have looked at this source and there is no OnRequestDone source, but I do see that this source uses a TSyncSmtpCli

Re: [twsocket] TSmtpCli - How do I process multiple emails usingthiscomponent?

2008-07-28 Thread SoftTech
Greetings Francois, Thanks for your reply. I have looked at the article and am guessing the best place to loop thru a database to send out mass e-mail would be in the OnRequestDone event. Would that be correct? Does anyone have any code they can share of this event to show how they processed

[twsocket] TSmtpCli - How do I process multiple emails using this component?

2008-07-28 Thread SoftTech
Greets All, I need to loop thru a database and process several emails. I first setup the default settings for the SmtpCli component, then later in my code I loop thru data in a dataset as shown below. My problem is it will only process the first email in the dataset, then when it gets to the

Re: [twsocket] Newbie Question: How to use the HTTPCli component toconnect to USPS

2008-02-18 Thread SoftTech
AIL PROTECTED]> To: "ICS support mailing" Sent: Monday, February 18, 2008 1:10 PM Subject: Re: [twsocket] Newbie Question: How to use the HTTPCli component toconnect to USPS Guten Tag SoftTech, am Montag, 18. Februar 2008 um 15:55 schrieben Sie: S> Return-Path: <[EMAIL PROTEC

[twsocket] Newbie Question: How to use the HTTPCli component to connect to USPS

2008-02-18 Thread SoftTech
Greetings All, This is my first attempt at programing to communicate with a web server and althought I have been a Delphi programer for 11 years mainly in the database field, I'm a newbie at this kind of programming and I now remember how overwhelmed I was when first starting to learn Delphi.