Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML tags showing in Outlook

Status
Not open for further replies.

DonS100

Programmer
Joined
Dec 4, 2001
Messages
104
Location
US
Hello, I'm using a extended stored procedure called xp_smtp_sendmail to create emails for users of a custom application. I'm passing the message out in HTML to format it nicely. It works when most users view it but I
have one individual that it displays the HTML tags in the message. I made sure her default in Outlook was set to read HTML messages. A different part of my application sends out emails in the same way but the user sees this
message without the tags displaying.

Anyone have experience with how to fix this? I added the HTML message
below.

<HTML>The following item has been backordered.<BR><BR>
<Table><TR><TD>Unit:</TD><TD>1001</TD></TR><TR><TD>PO
Number:</TD><TD>111111</TD></TR><TR><TD>Vendor: </TD><TD>Test Vendor</TD></TR><TR><TD>Manuf
Part:</TD><TD>123455</TD></TR><TR><TD>Manufacturer:</TD><TD>Test Manufacturer</TD></TR><TR><TD>Product Description: </TD><TD>Test Product</TD></TR><TR><TD>Back Order Notes: </TD><TD>Expect delivery 07/15/04</TD></TR></Table></HTML>


Thanks

Don
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top