Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Betriebssysteme (https://www.delphipraxis.net/27-betriebssysteme/)
-   -   Outlook 2003 - Kann keine HTML-Mails schreiben (https://www.delphipraxis.net/75341-outlook-2003-kann-keine-html-mails-schreiben.html)

TheMiller 17. Aug 2006 23:11


Outlook 2003 - Kann keine HTML-Mails schreiben
 
Hallo,

wenn ich eine eMail in HTML im Outlook 2003 (zum Beispiel) an mich selbst schicke, zeigt er nicht die HTML-Seite, sondern die Tags und alles so an, als hätte ich Nur-Text oder Rich-Text aktiviert. Vergleiche ich dann die Quelltexte:

Vorher:

Code:
<html>
<head>
</head>
<body>
[b]HALLO... BIN EIN TEST[/b]
</body>
</html>
Nachher (also die empfangene Nachricht)

Code:
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
   {margin:0cm;
   margin-bottom:.0001pt;
   font-size:12.0pt;
   font-family:"Times New Roman";}
a:link, span.MsoHyperlink
   {color:blue;
   text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
   {color:purple;
   text-decoration:underline;}
span.E-MailFormatvorlage17
   {mso-style-type:personal-compose;
   font-family:Arial;
   color:windowtext;}
@page Section1
   {size:595.3pt 841.9pt;
   margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
   {page:Section1;}
-->
</style>

</head>

<body lang=DE link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&lt;html&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&lt;head&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&lt;/head&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&lt;body&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&lt;b&gt;hallo&lt;/b&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&lt;/body&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&lt;/html&gt;<o:p></o:p></span></font></p>

</div>

</body>

</html>
So, andere HTML-Mails wie von 1&1 sind prima zu lesen. Was mache ich falsch?!?

Danke im Voraus


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:07 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz