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-03 18:56:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: sending email through ada95 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <8BU8a.300254$SD6.15908@sccrnsc03> NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc03 1046746564 12.211.13.75 (Tue, 04 Mar 2003 02:56:04 GMT) NNTP-Posting-Date: Tue, 04 Mar 2003 02:56:04 GMT Organization: AT&T Broadband Date: Tue, 04 Mar 2003 02:56:04 GMT Xref: archiver1.google.com comp.lang.ada:34844 Date: 2003-03-04T02:56:04+00:00 List-Id: Pascal Obry has a package that does the job at: http://perso.wanadoo.fr/pascal.obry/contrib.html Steve (The Duck) "cookie" wrote in message news:b7860c9.0303031538.27f56e47@posting.google.com... > hello there, > for this question, i've searched through books, sites and didnt find > anything close to what im looking.. maybe you guys can shed some light > on the matter. > basically what im doing is to have sender and reciever email addresses > as a record type parameter, all i need now is to know how ada95 can > send out an automated email from sender to reciever - with subject, > description and so on included. > > 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!