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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!news.ripco.com!news.glorb.com!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Sat, 16 May 2015 06:08:04 +0200 From: Poul-Erik Andreasen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Email from and Ada program References: <55565fac$0$285$14726298@news.sunsite.dk> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <5556c2a4$0$287$14726298@news.sunsite.dk> Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 83.92.108.68 X-Trace: news.sunsite.dk DXC=3iGGZLAg3?9IE=Lc_\oXE4YSB=nbEKnk;c5[f12P6_M1:74I5a4R6E?K>a7?m?i<^h9>U0m[KobnmA`:0 X-Complaints-To: staff@sunsite.dk Xref: news.eternal-september.org comp.lang.ada:25890 Date: 2015-05-16T06:08:04+02:00 List-Id: On 05/15/2015 11:21 PM, Björn Lundin wrote: > On 2015-05-15 23:05, Poul-Erik Andreasen wrote: >> Hej >> >> I am looking for a package to sending Email notifications from within a >> Ada program. It is pretty darn difficult to search fore, since "email" >> are in every other website and Ada also have some doublets. I can >> of course go bye a command line but that is not that elegant, and makes >> dependencies, so I will be happy for a hint >> > > look at aws. it has an smtp package. > use as > SMTP.Client.Send(Server => SMTP_Server, > From => SMTP.E_Mail ("sender name",sender-email), > To => Receivers, > Subject => Subject, > Message => Msg, > Status => Status); > > > > Thanks, that should cut the mustard. -- Kindly Poul-Erik Andreasen