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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,baeec22380c7d63d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-18 08:01:55 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!nycmny1-snh1.gtei.net!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3B2E17E2.4755E820@raytheon.com> From: Mark Johnson Reply-To: mark_h_johnson@raytheon.com X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Looking for package Email References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 18 Jun 2001 10:01:54 -0500 NNTP-Posting-Host: 192.27.48.41 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 992876515 192.27.48.41 (Mon, 18 Jun 2001 10:01:55 CDT) NNTP-Posting-Date: Mon, 18 Jun 2001 10:01:55 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:8846 Date: 2001-06-18T10:01:54-05:00 List-Id: "M. A. Alves" wrote: > I want to send email messages from an Ada program. Any package out > there? Suggestions? Thanks. > > -- > , > M A R I O data miner, LIACC, room 221 tel 351+226078830, ext 121 > A M A D O Rua Campo Alegre, 823 fax 351+226003654 > A L V E S P-4150 PORTO, Portugal mob 351+939354002 Hmm. I believe the short answer is "maybe", but I am not sure. I could answer this at several levels... [1] On many systems, generate your mail message as a text file & use an OS call to run your mail utility program to send it. [2] Use a package such as... > http://www.informatik.uni-stuttgart.de/ifi/ps/AdaBasis/pal_1195/ada/asr/ddn/smtp/ (assuming you have the other prerequisites - such as a server that accepts SMTP) [3] Hook into another email interface - varies by system. What kind of system do you want run this Ada based "send email" from? --Mark