I was wondering if anyone could be of assistance, I'm having problems setting up the email us section of my webpage... this is the code I am using. When the details are completed on the form and is submitted it says 'email sent' but it is not received?

Any tips, or pointing out what I've done wrong, would be gratefully received.


Code:
<?php

include 'functions.php';

if (!empty($_POST)){
...