N
nickelstat
Hi
How do you send html msg from Unix to Outlook and HAVE OUTLOOK DISPLAY
IN HTML?
My guess is that outlook is looking for a certain tag.
This is what I tried:
1. in Outlook, I compose a simple html table and send it to myself.
2. I save that message "save as html"
3. from Unix, I send that exact saved message to myself again. but this
time, outlook does NOT display in html format, but it displays the text
of the html program.
Ii am writing a program that sends mail to a whole bunch of people, and
it would be a lot more intelligible in html format than in text.
Here is the contents (lots of fats cut off).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<style type="text/css">
#black {
background-color: black;
color: yellow;
font-style:bold;
}
</style>
</head>
<BODY lang=EN-US vLink=purple link=blue>
<table border><tr>
<th>col1
<th>col2
</tr><tr>
<td>data1
<td>data2
</tr><tr>
<td>data11
<td>data22
</tr></table>
</body> </html>
thank you very much in advance
How do you send html msg from Unix to Outlook and HAVE OUTLOOK DISPLAY
IN HTML?
My guess is that outlook is looking for a certain tag.
This is what I tried:
1. in Outlook, I compose a simple html table and send it to myself.
2. I save that message "save as html"
3. from Unix, I send that exact saved message to myself again. but this
time, outlook does NOT display in html format, but it displays the text
of the html program.
Ii am writing a program that sends mail to a whole bunch of people, and
it would be a lot more intelligible in html format than in text.
Here is the contents (lots of fats cut off).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<style type="text/css">
#black {
background-color: black;
color: yellow;
font-style:bold;
}
</style>
</head>
<BODY lang=EN-US vLink=purple link=blue>
<table border><tr>
<th>col1
<th>col2
</tr><tr>
<td>data1
<td>data2
</tr><tr>
<td>data11
<td>data22
</tr></table>
</body> </html>
thank you very much in advance