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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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 19:24:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: sk Newsgroups: comp.lang.ada Subject: Re: sending email through ada95 Date: Mon, 03 Mar 2003 18:15:39 -0600 Organization: ENST, France Message-ID: References: Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1046748272 27063 137.194.161.2 (4 Mar 2003 03:24:32 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 4 Mar 2003 03:24:32 +0000 (UTC) To: "comp.lang.ada mail to news gateway" Return-Path: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020828 X-Accept-Language: en-us, en X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:34845 Date: 2003-03-03T18:15:39-06:00 Hi, > ... all i need now is to know how ada95 can send > out an automated email from sender to reciever This is a programming-technique/library-binding issue rather than an Ada language (limitation) issue. An issue which is similar to the c.l.a issue concerning "Display Control" ongoing over the last week or so. Do you know how to do this with "C" or Pascal for example ? If yes, then you need to see if anybody has Ada bindings to the underlying mail transport for your system. If you cannot find any suitable bindings. then you will probably have to start at the socket level and then implement functionality for the mail RFCs. If you are lucky, somebody reading c.l.a will have (or knows where to find) some bindings which deal with mail transport. -- ------------------------------------------------- -- Merge vertically for real address -- -- s n p @ t . o -- k i e k c c m -------------------------------------------------