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
;
>
>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...');
>
>
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
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
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
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
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.