Ciao ragazzi!
E' possibile inviare mail utilizzando esclusivamente html??
Se si come??
:adhone:
Grazie!!
Ciao ragazzi!
E' possibile inviare mail utilizzando esclusivamente html??
Se si come??
:adhone:
Grazie!!
Originariamente inviato da cogito
Ciao ragazzi!
E' possibile inviare mail utilizzando esclusivamente html??
Se si come??
:adhone:
Grazie!!
Mandami una mail
...I'm insane in the brain...
ops, avete ragione mi sono espresso male...praticamente devo inviare una mail tramite un form utilizzando unicamente l'html
Io uso questo:
<table border="0" width="341" cellpadding="0" cellspacing="2" align="right">
<tr>
<td>
<FORM action="mailto:giuseppe.verdi@tin.it" method="post" enctype="text/plain">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="1" WIDTH="90%">
<TR>
<TD width="30%"><DIV align="right">
<font size="2" face="sans-serif">
Mittente:
</DIV>
</TD>
<TD width="70%">
<INPUT type="text" name="name" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right"><font size="2" face="sans-serif">
Email:
</DIV>
</TD>
<TD>
<INPUT type="text" name="email" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right">
<font size="2" face="sans-serif">
Messaggio
</DIV>
</TD>
<TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4">
</TEXTAREA>
</TD></TR>
<TR>
<TD></TD>
<TD>
<INPUT type="submit" name="submit" value="Invia">
<INPUT type="reset" name="reset" value="Cancella">
</TD></TR>
</TABLE>
</FORM>