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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-03 15:38:38 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: ggroups@guff.org (cookie) Newsgroups: comp.lang.ada Subject: sending email through ada95 Date: 3 Mar 2003 15:38:38 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 80.1.9.97 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1046734718 4385 127.0.0.1 (3 Mar 2003 23:38:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 Mar 2003 23:38:38 GMT Xref: archiver1.google.com comp.lang.ada:34841 Date: 2003-03-03T23:38:38+00:00 List-Id: 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!