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.50.50.138 with SMTP id c10mr549381igo.3.1453951349891; Wed, 27 Jan 2016 19:22:29 -0800 (PST) X-Received: by 10.182.153.2 with SMTP id vc2mr7900obb.11.1453951349872; Wed, 27 Jan 2016 19:22:29 -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!h5no10431430igh.0!news-out.google.com!kr2ni12201igb.0!nntp.google.com!h5no10431421igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 27 Jan 2016 19:22:29 -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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9a1dd159-be38-4ab2-82ea-8b73b59ca247@googlegroups.com> Subject: Re: Sending HTML e-mails From: John Smith Injection-Date: Thu, 28 Jan 2016 03:22:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29270 Date: 2016-01-27T19:22:29-08:00 List-Id: On Monday, January 25, 2016 at 4:37:28 AM UTC-5, Georg Bauhaus wrote: > On 24.01.16 05:24, John Smith wrote: > > So, I have this question. How can I create a plain table in HTML and then send it out? > > Set the MIME type header accordingly. > > -- > "HOTDOGS ARE NOT BOOKMARKS" > Springfield Elementary teaching staff It seems that I have started two threads at the same time by accident. I'm curious, which header should I set? I've looked over AWS.MIME and tried setting a Data object which is generated by AWS.Response.Build(), but this has not been very fruitful. Could you please show me a small code example? It doesn't have to be complete, I can tease out the important details and fill in the required blanks.