Perlwannabe
Technical User
Hello,
I have a perl .cgi script that generates a report and sends it via e-mail,but when I open the mail I have that page only in source-view, instead of the properly html format;
What can be the problem?
Here is the report code:
I thought that ending body and html tags are missing but I tried up copying/pasting that code on a new Front Page file and it looks correctly...
please give me a suggestion.Thanks.
I have a perl .cgi script that generates a report and sends it via e-mail,but when I open the mail I have that page only in source-view, instead of the properly html format;
What can be the problem?
Here is the report code:
Code:
Content-type: text/html
<html><body>
<p><font face=Arial Black size=4><b>blabla</b></font></p>
<p><font face=Verdana><b>Your report</b></font></p>
<p><b><font face=Verdana size=2>Today the following tasks have been executed successfully:</font></b></p>
<p><font face=Verdana size=2>bla</font></p>
<p><font face=Verdana size=2>blabla</font></p>
<p><font face=Verdana size=2>blablabla</font></p>
I thought that ending body and html tags are missing but I tried up copying/pasting that code on a new Front Page file and it looks correctly...
please give me a suggestion.Thanks.