Hello and the end of my website i have this form :
<section class="contact" id="contact">
<h1>Contact</h1>
<hr/>
<div class="content">
<div class="form">
<form action="#" method="post" enctype="text/plain">
<input name="your-name" id="your-name" value="Numele Tau" />
<input name="your-email" id="your-email" value="Adresa de E-mail sau Telefon" />
<textarea id="message" name="message" >Mesajul Tau</textarea>
<a href="#">
<div class="button">
<span>SEND</span>
</div>
</a>
</form>
</div>
What i an wondering is how can i make send email to a certain mail with all that info ?
Thanks, and sorry for my english,