B
Bardo
Hi.
I have a problem with an automated mailing. I send a HTML email to
various users using an asp page, to make the mailing I use ASPEmail.
The problem is that one of the users, who has Microsoft Outlook Express
installed, receive the mail as raw HTML code, however he is able to
receive correctly other mails in HTML format.
I´ve tried to fix this problem adding some META definitions to the
mail´s code, I´ve used so far the following two:
<META http-equiv=Content-Type content="text/html;"
charset="iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name="GENERATOR">
And, of course, the code of the mail starts with the DTD definition:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
I´m a bit disappointed, because I´m not very sure about if the
problem resides in the code or in the configuration of the Outlook
client.
Anybody can make any advice? All options will be welcomed.
Thank you.
I have a problem with an automated mailing. I send a HTML email to
various users using an asp page, to make the mailing I use ASPEmail.
The problem is that one of the users, who has Microsoft Outlook Express
installed, receive the mail as raw HTML code, however he is able to
receive correctly other mails in HTML format.
I´ve tried to fix this problem adding some META definitions to the
mail´s code, I´ve used so far the following two:
<META http-equiv=Content-Type content="text/html;"
charset="iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name="GENERATOR">
And, of course, the code of the mail starts with the DTD definition:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
I´m a bit disappointed, because I´m not very sure about if the
problem resides in the code or in the configuration of the Outlook
client.
Anybody can make any advice? All options will be welcomed.
Thank you.