From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52b2be615b9892a3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-13 03:55:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: ggroups@guff.org (cookie) Newsgroups: comp.lang.ada Subject: Re: sending email through ada95 Date: 13 Mar 2003 03:55:22 -0800 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 193.61.149.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1047556523 16555 127.0.0.1 (13 Mar 2003 11:55:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Mar 2003 11:55:23 GMT Xref: archiver1.google.com comp.lang.ada:35286 Date: 2003-03-13T11:55:23+00:00 List-Id: Thanks all for your help.. though I've run into some problems when trying build it through objectada (its the notify one I'm using): --------------------Target: Win32 (Intel) Debug-------------------- ObjectAda Professional Edition version 7.1.2.806: adabuild Copyright (c) 1997, Aonix. All Rights Reserved. obj\elt\testmail.obj LINK : fatal error LNK1104: cannot open file "ole32.lib" Linking... Link of testmail failed rc=0. Tool execution failed. Does anyone how to overcome this? Vinzent Hoefler wrote in message news:... > ggroups@guff.org (cookie) wrote: > > >i know it will involve smtp, but have no idea where to start this in > >ada95.. any suggestions will be greatly appreciated.. thnx in advance! > > See Message <8lH2a.93830$be.72060@rwcrnsc53>. > > You can find a package that at least should give you some ideas at > http://www.adapower.com/os/notify.html. > > > Vinzent.