Re: Email Sending - How To



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
>
>


.



Relevant Pages

  • Re: Scalabium?
    ... PS: better to post such messages to our newsgroups or mailing list:-) ... With best regards, Mike Shkolnik ... >> With best regards, Mike Shkolnik ... >>> Ole ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: looking for a normal enhanced grid control !
    ... For standard TStringGrid I personally draw everything what I need in custom ... With best regards, Mike Shkolnik ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: TDbPathImage
    ... Just use the OnGetText/OnSetText events for TField and load/save image from ... With best regards, Mike Shkolnik ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: DB Grids choice
    ... But anyway check our freeware TSMDBGrid: ... With best regards, Mike Shkolnik ... > especially on data navigation and DB event management. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Registry import/export component wanted
    ... With best regards, Mike Shkolnik ... "Michael J. Leaver" wrote in message ...
    (borland.public.delphi.thirdpartytools.general)