Do you mean a form on your web like :
http://www.british-international-montessori.com/contact_us
Mine works, just get data from a form and use data using simple php mail function eg
<?php
$mailwent = mail( $to,$from,$subject,$message,$headers);
?>
if the mail went $mailwent will return True...