Email Sending - How To
- From: "Patrick" <patrick_dohogne@xxxxxxxxx>
- Date: Fri, 29 Apr 2005 05:52:34 -0500
Hi All,
I need to write a batch app. that will loop thru data, and send email
messages.
Something like:
with qryCustomerTable do begin
First;
while (not Eof) do begin
if (qryCustomerTableEmailaddress.Value <> '') then begin
// send an email message
end;
Next;
end;
end;
Where to start? Indy? Where are the examples?
Delphi 7 Pro
tia--Patrick
.
- Follow-Ups:
- Re: Email Sending - How To
- From: The Bracknells
- Re: Email Sending - How To
- From: Aleksey Kuznetsov
- Re: Email Sending - How To
- From: Mike Leftwich
- Re: Email Sending - How To
- From: Crazy Horse's crazier little brother
- Re: Email Sending - How To
- From: Paul Dolen
- Re: Email Sending - How To
- From: Uffe Kousgaard
- Re: Email Sending - How To
- From: Mark Williams
- Re: Email Sending - How To
- From: Mike Shkolnik
- Re: Email Sending - How To
- From: Craig Clemans
- Re: Email Sending - How To
- Prev by Date: Re: Recover source
- Next by Date: Re: [ANN] New ModelMaker 8 + ECO Modeler software bundle
- Previous by thread: Re: kbmMemTable v5 help files released!
- Next by thread: Re: Email Sending - How To
- Index(es):
Relevant Pages
|