hello! I made a contact form inside a product ...at form action i typed the mailto: (email) etc...but when i push the submit button the message that pops up is which email provider i have ...it doesn't send the email ....

<h2>Στείλτε μας το email σας να σας στείλουμε ολόκληρο το άρθρο :</h2>
<form action="/contactus" enctype="text/plain" method="post">Όνομα:<br /> <input name="" type="text" /><br /> E-mail:<br /> <input name="mail" type="text" /><br /> <input type="submit" value="Αποστολή" /></form>