Are you saying the offshore code monkeys can't supply a fix or that there is no source code available to fix yourself? That is madness!
If you can intercept the email before it reaches the mail server, you could create a simple program to add the <html> tag in using a regular expression.
Does the app send email via SMTP? If so, create a listener SMTP service in C# that uses the regex to fix the text before sending it on to the correct SMTP server.
__________________
"When a true genius appears in the world, you may know him by this sign, that the dunces are all in confederacy against him." Jonathan Swift
|