Hello!
I am using majordomo-1.94.5-2, sendmail-8.9.3-20 under Red Hat 6.2.
I would like to send an html Welcome message instead of a text message
when someone subscribes.
I have done some tests but I get this kind of result:
<a href="http://www.mydomain.com/Boletin.php">Boletin</a>
<html>
<head>
<style><!--
.Normal
{font-size:12.0pt;
font-family:"Times New
Roman";}
-->
</style>
</head>
<body
lang=ES link=blue vlink=purple class="Normal" bgcolor="#ffffff"
leftmargin="2" topmargin="0" marginwidth="0"
marginheight="0">
<table width="608" border="0" cellspacing="0"
cellpadding="0" align="left"
height="459" bgcolor="#CADADC">
...
</html>
How can I solve this problem??