This is the HTML-file i use:
---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Collectief Ondergrond Invitations</title>
<style>
a:link {
text-decoration: none;
color: #000;
}
a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
background-color: #FFF;
color: #FC0;
}
body {
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head>
<body>
<table width="600" border="0" align="center">
<td align="center"><p style="font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000" ><a href="http://www.collectiefondergrond.nl/newsletter/invitation_01.html">Click here for the online version</a></p></td>
</tr>
</table>
<table width="606" border="0" align="center">
<tr>
<td bgcolor="#cde4ae"><img src="http://www.collectiefondergrond.nl/newsletter/images/flyer_1_mailing.gif" alt="" width="600" height="500"><br>
<TABLE width="530" border="0" cellpadding="0" cellspacing="0" align="center">
<TR >
<TD width="530" height="35" style="text-align: left"><p style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000;"><img src="http://www.collectiefondergrond.nl/newsletter/images/blok.gif" width="530" height="470"><a href="http://www.collectiefondergrond.nl" target="_blank"></a></p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000;"> </p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000;">p.s. if you haven't subscribed to this list, and you don't want to recieve more e-mails, please reply this mail with an 'UNSUBSCRIBE'-title. If this mail was forwarded to you, and you want to be kept informed, please click the 'subscribe'-link on our webpage.<br>
<br>
<a href="http://www.collectiefondergrond.nl"><br>
<br>
<img src="http://www.collectiefondergrond.nl/newsletter/images/logobalkgroen.gif" alt="" width="530" height="100" align="middle"><br>
<br>
<br>
</p></TD>
</TR>
</TABLE>
</table>
</body>
</html>
---
But I have problems with any html-file. It is, I think, not the HTML-file, but the [subscribe] tag which gives troubles (i.e. #103 error)
As you find in the html-code i found a sort of a solution by telling the recipients to subscribe on the website and unsubscribe via e-mail.
---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Collectief Ondergrond Invitations</title>
<style>
a:link {
text-decoration: none;
color: #000;
}
a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
background-color: #FFF;
color: #FC0;
}
body {
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head>
<body>
<table width="600" border="0" align="center">
<td align="center"><p style="font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000" ><a href="http://www.collectiefondergrond.nl/newsletter/invitation_01.html">Click here for the online version</a></p></td>
</tr>
</table>
<table width="606" border="0" align="center">
<tr>
<td bgcolor="#cde4ae"><img src="http://www.collectiefondergrond.nl/newsletter/images/flyer_1_mailing.gif" alt="" width="600" height="500"><br>
<TABLE width="530" border="0" cellpadding="0" cellspacing="0" align="center">
<TR >
<TD width="530" height="35" style="text-align: left"><p style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000;"><img src="http://www.collectiefondergrond.nl/newsletter/images/blok.gif" width="530" height="470"><a href="http://www.collectiefondergrond.nl" target="_blank"></a></p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000;"> </p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000;">p.s. if you haven't subscribed to this list, and you don't want to recieve more e-mails, please reply this mail with an 'UNSUBSCRIBE'-title. If this mail was forwarded to you, and you want to be kept informed, please click the 'subscribe'-link on our webpage.<br>
<br>
<a href="http://www.collectiefondergrond.nl"><br>
<br>
<img src="http://www.collectiefondergrond.nl/newsletter/images/logobalkgroen.gif" alt="" width="530" height="100" align="middle"><br>
<br>
<br>
</p></TD>
</TR>
</TABLE>
</table>
</body>
</html>
---
But I have problems with any html-file. It is, I think, not the HTML-file, but the [subscribe] tag which gives troubles (i.e. #103 error)
As you find in the html-code i found a sort of a solution by telling the recipients to subscribe on the website and unsubscribe via e-mail.