Re: Email Sending - How To
- From: "Mike Shkolnik" <mshkolnik2002@xxxxxxx>
- Date: Fri, 29 Apr 2005 16:11:42 +0300
You may use the Simple MAPI: http://www.scalabium.com/mapimail.htm
--
With best regards, Mike Shkolnik
EMail: mshkolnik@xxxxxxxxxxxxx
http://www.scalabium.com
"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: Email Sending - How To
- Next by Date: Re: Email Sending - How To
- Previous by thread: Re: Email Sending - How To
- Next by thread: Re: Email Sending - How To
- Index(es):
Relevant Pages
|