Voial je n´arrive pas à envoyer un mail de contact pouvez vous me dire ce qui cloche dans ce petit bout d´HTML?S´il vous plaît? merci !
<form method="post" action="contact.php">
<TABLE>
<TBODY>
<TR>
<TD><B> Votre Email </B>
</TD>
<TD><INPUT maxLength="35" name="email" size="37" value="votre@email.com"> </TD>
</TR>
<TR>
<td><b>Objet de votre mail:</b></td>
<td>
<select name="info">
<option value="infos">Information</option>
<option value="suggest">Suggestion</option>
<option value="autre">autre</option>
</select>
</td>
</tr>
<TR>
<TD valign="top"><B>Commentaires:</B></TD>
<TD><textarea cols="29" name="commentaires" rows="4"> Votre texte ici.</TEXTAREA> </TD>
</TR>
<TR>
<TD colspan=2 style="text-align: center"><INPUT type="submit" value="Envoyer"></TD></TR></TBODY>
</TABLE>
<input type="hidden" name="recipient" value="crazy_twist@msn.com">
<input type="hidden" name="subject" value="contact">
<input type="hidden" name="redirect" value="ok.php">
</FORM>