comp.lang.ada
 help / color / mirror / Atom feed
From: "Björn Lundin" <b.f.lundin@gmail.com>
Subject: Re: Email from and Ada program
Date: Fri, 15 May 2015 23:21:48 +0200
Date: 2015-05-15T23:21:48+02:00	[thread overview]
Message-ID: <mj5nu2$cpd$1@dont-email.me> (raw)
In-Reply-To: <55565fac$0$285$14726298@news.sunsite.dk>

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);




-- 
--
Björn

  reply	other threads:[~2015-05-15 21:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-15 21:05 Email from and Ada program Poul-Erik Andreasen
2015-05-15 21:21 ` Björn Lundin [this message]
2015-05-16  4:08   ` Poul-Erik Andreasen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox