comp.lang.ada
 help / color / mirror / Atom feed
* Sending HTML e-mail
@ 2016-01-24  4:25 John Smith
  2016-01-24 16:12 ` Dennis Lee Bieber
  0 siblings, 1 reply; 10+ messages in thread
From: John Smith @ 2016-01-24  4:25 UTC (permalink / raw)


Hi,

One thing that I'd like to do in Ada is to send an HTML file and have that 
display as the actual e-mail itself (for example, in Outlook.)  Basically, not as 
an attachment to the e-mail, but inside the message of it.

Here are the steps that I took and the results that I got:
- The first thing I did was have a look at this example:
  http://rosettacode.org/wiki/Send_email#Ada

Where it says message, I entered HTML and my e-mail never got to my Outlook 
Inbox.  The plain text worked though.

- Then, I tried turning HTML code into (which is in a plain HTML file) an 
attachment and then sending that out.  Well, this e-mail did get to where it was 
supposed to get to, but it had an attachment that was an HTML file.  I tried 
something similar in a different programming language and it worked as I've 
previously described.

So, I have this question.  How can I create a plain table in HTML and then send it out?


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-01-28 21:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-24  4:25 Sending HTML e-mail John Smith
2016-01-24 16:12 ` Dennis Lee Bieber
2016-01-26  1:09   ` Randy Brukardt
2016-01-26 23:09     ` John Smith
2016-01-26 23:18       ` John Smith
2016-01-26 23:18       ` John Smith
2016-01-27  2:29         ` Dennis Lee Bieber
2016-01-28  0:14       ` Randy Brukardt
2016-01-28  3:11         ` John Smith
2016-01-28 21:42           ` Randy Brukardt

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