> How can I include HTML files (my own files) to the Imail's html
> files. I tried to use the command <!-- IMAIL.INCLUDE.myfile.html -->
> and it was just priniting the texts as it is (including the HTML
> tags). Is there any work around for this?
Try renaming your file from "myfile.html" to "myfile.cgi". Then, use
<!--IMAIL.INCLUDE.myfile.cgi-->. IMail translates certain characters, such as the <
and > characters, thinking that everything you include is stuff you want users to see.
But with a .CGI extention, it knows better.
-Scott
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.