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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.218.40 with SMTP id pd8mr26136951pac.45.1454368285220; Mon, 01 Feb 2016 15:11:25 -0800 (PST) X-Received: by 10.182.112.202 with SMTP id is10mr343753obb.7.1454368285181; Mon, 01 Feb 2016 15:11:25 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!o2no1192809iga.0!news-out.google.com!kr2ni3932igb.0!nntp.google.com!o2no1192808iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Feb 2016 15:11:24 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:18f:900:8350:ba86:87ff:fed6:5907; posting-account=AvekzAoAAABj-TclKcOWQmXwA49MFPGX NNTP-Posting-Host: 2601:18f:900:8350:ba86:87ff:fed6:5907 References: <7b8c5605-a4b5-4c0a-ae52-399b34b1be9e@googlegroups.com> <9a1dd159-be38-4ab2-82ea-8b73b59ca247@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <29c666ad-cb24-415b-9aba-6f583777e29a@googlegroups.com> Subject: Re: Sending HTML e-mails From: John Smith Injection-Date: Mon, 01 Feb 2016 23:11:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29315 Date: 2016-02-01T15:11:24-08:00 List-Id: On Monday, February 1, 2016 at 4:06:18 AM UTC-5, Georg Bauhaus wrote: > On 01.02.16 04:40, John Smith wrote: > > On Thursday, January 28, 2016 at 11:55:06 AM UTC-5, G.B. wrote: > >> On 28.01.16 17:52, G.B. wrote: > >> > >>> not too visible. The mail show information before the user has > >> does ^ not > >> > >>> clicked on some teaser that makes him or her a subject of user > > > > Ok, for some reason my e-mail never got to my Inbox (which I did just f= or testing.) I don't know why. I do this on an intranet. I'll ask someon= e who does security for us, if not, I'll just do something like insert a du= mb Python script to do the actual sending (which makes me somewhat cringe.) > > >=20 > It is possible to trace AWS's SMTP communication from within the > Ada program, IIRC, if you'd expect the sender's end as a source of > some formal error. >=20 > --=20 > "HOTDOGS ARE NOT BOOKMARKS" > Springfield Elementary teaching staff Using the returned Status, I managed to get my hands on a Reply_Code. Then= , using the AWS.SMTP.Message function, this is what I got as a reply (while= not receiving an e-mail): "250 Requested mail action okay, completed" Probably not the most informative piece of text...