devo inviare un form via mail con questo codice:
<form action="MAILTO:xxxxx@com.it?subject=attivazione" method="post" enctype="text/plain"
form="yes">
<table border="0" width="524" height="85">
<tr>
<td width="341" height="6" align="right"><font face="Verdana" size="1">Quantità</font></td>
<td width="169" height="6"><input type="text" name="Quantità" size="23" value=""></td>
</tr>
<tr>
<td width="341" height="21" align="right"><font face="Verdana" size="1">Azienda</font></td>
<td width="169" height="21"><input type="text" name="Azienda" size="23" value=""></td>
</tr>
<tr>
<td width="341" height="21" align="right"><font face="Verdana" size="1">Nick</font></td>
<td width="169" height="21"><input type="text" name="Nick" size="23" value=""></td>
</tr>
<tr>
<td width="341" height="21" align="right"><font face="Verdana" size="1">Commerciale</font></td>
<td width="169" height="21"><input type="text" name="Regione" size="23" value=""></td>
</tr>
<tr>
<td width="341" height="21" align="right"><font face="Verdana" size="1">Area</font></td>
<td width="169" height="21"><input type="text" name="Area" size="23" value=""></td>
</tr>
<td width="341" height="21" align="right"></td>
<td width="169" height="21">
<input style="FONT-SIZE: 8pt; BORDER-LEFT-COLOR: #000080; BORDER-BOTTOM-COLOR: #000080; COLOR: #ffffff;
BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #000080; FONT-FAMILY: Verdana; BORDER-RIGHT-STYLE: solid;
BORDER-LEFT-STYLE: solid; BACKGROUND-COLOR: #000080; BORDER-RIGHT-COLOR: #000080; BORDER-BOTTOM-STYLE: solid"
type="submit" value="INVIA CON E-MAIL" />
</td>
</table>
</form>
1.dove posso inserire del testo??
2. come faccio a cambiare indirizzo mail mittente (amche manualmente) visto che l'invio avviene sempre con quello predefinito di Outlook?
Grazie,
Andrea