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-Thread: 103376,d2e4aca2cc870be6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news3.google.com!feeder2.cambriumusenet.nl!feeder3.cambriumusenet.nl!feed.tweaknews.nl!213.75.85.109.MISMATCH!newsfeed.kpn.net!pfeed09.wxs.nl!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How to have Ada program send an email Date: Sat, 18 Dec 2010 20:25:39 +0000 Organization: A noiseless patient Spider Message-ID: References: <4f832504-a6df-4912-91df-de932e60ff54@n2g2000pre.googlegroups.com> <5577c8c7-e61f-475e-9839-e4de0337d3e5@15g2000vbz.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx03.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="28387"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7tXzCYRof3ALZbfqqiGHvGts4sDwoR1k=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:RGaZmbT6fKo295grxT1ZCJhS/Co= sha1:IgW7bCGtvZHHDPzzZB8xGNuUg3M= Xref: g2news1.google.com comp.lang.ada:16028 Date: 2010-12-18T20:25:39+00:00 List-Id: Martin writes: > On Dec 17, 11:23 pm, Jerry wrote: >> How can I get my Ada (GNAT) program to send me an email? It's a long- >> running simulation and I'd like to know when it finishes. >> >> I'm on OS X so I suppose I could write an Applescript to cause >> Mail.app to do the job, then execute the Applescript as a command line >> within the Ada program, but is there an easier or more direct way? >> >> Jerry > > AWS - took a minute to realize that the Linux versions of GNAT GPL > 2010 were suitable for Mac OS X too! D'oh!! :-) > > -- Martin > Same for XML/Ada etc... Do you mean the sources, Martin, in which case I can only agree: the sources are the same for all platforms, it's just that they only show the ones for which there are binaries; so Linux shows most ... But if you mean the binaries, how do you get them to work? (aside from in a VM, of course).