<?php if(function_exists('mail')){ echo "existe la funccion mail"; }else{ echo "no existe la funccion mail"; } ?>