Forse dovevo mandare il codice del file ASP


<%
Set link = CreateObject("CDONTS.Newmail")
link.From = request.form("email")
link.To = "cicco@tin.it"
link.Subject = "Mail creata da un server"
link.Body = request.form("mex")
link.Send
Set link = Nothing
%>

<html>
<head>
<title>inviata</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#31608e">
<table width="570" height="582" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffe6">
<tr>
<td bgcolor="#ffcb8c"><p align="center"><font face="Book Antiqua" size="3" color="#0033CC">Caro
utente
<%Response.Write(request.Form ("nome"))%>
( hai lasciato questo indirizzo mail:
<%Response.Write(request.Form ("email"))%>
)



Grazie per aver scritto questo messaggio al portale di ciccio

</font></p>
<div align="center">
<table width="75" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#ffcb8c">
<tr>
<td bgcolor="#ffcb8c">
<div align="center"><font color="#0033CC" size="3" face="Book Antiqua">&quot;
<%Response.Write(request.Form ("mex"))%>
&quot;
</font></div>
</td>
</tr>
</table>
</div>
<p align="center"><font color="#0033CC" size="3" face="Book Antiqua">Torna
a trovarmi!
</font></p>
</td>
</tr>
</table>
</body>
</html>