comp.lang.ada
 help / color / mirror / Atom feed
From: Poul-Erik Andreasen <poulerik69@gmail.com>
Subject: Re: Email from and Ada program
Date: Sat, 16 May 2015 06:08:04 +0200
Date: 2015-05-16T06:08:04+02:00	[thread overview]
Message-ID: <5556c2a4$0$287$14726298@news.sunsite.dk> (raw)
In-Reply-To: <mj5nu2$cpd$1@dont-email.me>

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


      reply	other threads:[~2015-05-16  4:08 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
2015-05-16  4:08   ` Poul-Erik Andreasen [this message]
replies disabled

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