I am creating a page, where you have the contact part, I have already made the form, etc., but at the time of sending, I can not get a function to send to my email.
Could someone help?
<article id="contact">
<h2 class="major">Contato</h2>
<form method="post" action="#">
<div class="field half first">
<label for="name">Nome</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Mensagem</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Enviar mensagem" class="special" /></li>
<li><input type="reset" value="Apagar tudo" /></li>
</ul>
</form>
<ul class="icons">
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-whatsapp"><span class="label">Whatsapp</span></a></li>
</ul>
</article>
Contact screen http://image.prntscr.com/image/4afccbd1a7c24f23a9c12cecef401839.png