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
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