Re: Email Sending - How To
- From: "The Bracknells" <TheBracknells@xxxxxxxxxxxxxxx>
- Date: Sat, 30 Apr 2005 11:58:36 +0800
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
>
>
.
- References:
- Email Sending - How To
- From: Patrick
- Email Sending - How To
- Prev by Date: Re: EurekaLog 5.0 (Catch every Exception showing Line#)
- Next by Date: Re: JVCL and Delphi 5
- Previous by thread: Re: Email Sending - How To
- Next by thread: ANN: EurekaLog 5.0 (Catch every Exception showing Line#)
- Index(es):
Relevant Pages
|