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 autolearn=unavailable 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!nntp-feed.chiark.greenend.org.uk!ewrotcd!reality.xs3.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Sending HTML e-mail Date: Mon, 25 Jan 2016 19:09:54 -0600 Organization: JSA Research & Innovation Message-ID: References: <7f2111a7-a789-42c9-829b-08c2661410bd@googlegroups.com> NNTP-Posting-Host: rrsoftware.com X-Trace: loke.gir.dk 1453770596 12282 24.196.82.226 (26 Jan 2016 01:09:56 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 26 Jan 2016 01:09:56 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: news.eternal-september.org comp.lang.ada:29240 Date: 2016-01-25T19:09:54-06:00 List-Id: "Dennis Lee Bieber" wrote in message news:a7t9abpg2p6ghs65f6agsase7cltp9ad8e@4ax.com... > On Sat, 23 Jan 2016 20:25:04 -0800 (PST), John Smith > declaimed the following: ... >>So, I have this question. How can I create a plain table in HTML and then >>send it out? > > 1) You will likely have to have the entire body of the message as HTML > -- not just something contained within it. (Unless you actually go to the > extent of using multipart/mixed or some such, in which you embed multiple > forms of the message: text/plain, text/html, etc. and let the reading > client pick the one it can best handle) And you really ought to do that; not all mail clients can do anything useful with HTML. Randy.