Re: Email Sending - How To



Hi Patrick,
I think if you intend to distribute your application you will need to get a
distribution license for Redemption ($199.99) . An alternative is Outlook
Security Manager from http://www.add-in-express.com/ for $120.
Cheers,
KB.

"Patrick" <patrick_dohogne@xxxxxxxxx> wrote in message
news:427211f3@xxxxxxxxxxxxxxxxxxxxxxxxx
> 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
>
>


.



Relevant Pages