Re: Email Sending - How To
- From: "Mike Leftwich" <mleftwich@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 14:22:44 -0500
Check out EasyMAPI (http://www.easymapi.com). It may be overkill, but it
will definitely do the job.
Mike
"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: AsynchPro DTMF Question
- Previous by thread: Re: Email Sending - How To
- Next by thread: Re: Email Sending - How To
- Index(es):
Relevant Pages
|