Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Email sent to Microsoft outlook in HTML format not working??

Former Member
0 Kudos

Hi friends

I am using HTML tags to populate my internal table with my data.

My Tags looks very similar to the ones mentioned below.

The internal table containing the following tags and data is sent to the FM to send the email. I am passing this internal table to the contents_txt

The problem is that i get a message in my SAP inbox indicating unable to convert the message. I am passing the file type as HTM but still i am unable to send a HTML file to my microsoft outlook. Any idea where the problem is??

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Hello SDN GUYS</title> <meta name="Microsoft Theme" content="papyrus 1111"> </head> <body> <p>Dear SDN'ers,</p>

<p>This a HTML Docuemnt</p> <p>From within a SAP ABAP.</p>

<table border="2" width="100%">

<tr>

<td>SDN Member</td>

<td>Contributions</td>

<td>Points</td>

<td>Last contribution</td>

</tr>

<tr>

<td>SDN</td>

<td>1000</td>

<td>2000</td>

<td>03/05/2006</td>

</tr>

</table>

&nbsp;

<fieldset style="padding: 2">

<legend>Value Addedd Messages</legend>

<p style="margin-top: 1px; margin-bottom: 1px"><font size="2"> 1. Dare to Share </fieldset><p style="margin-top: 1px; margin-bottom: 1px">&nbsp;</p> </body> </html>

1 REPLY 1

athavanraja
Active Contributor