Activate mail function on website
To be able to activate the mail function on your website, there is a special code that you can make use of and paste in your PHP document. Some webhosting services do not allow them however. You should first check with your ISP if this feature can be inserted in your website. The code to be used is found below:
mail($address,$title,$message,$headers);
with
$address recipient mail address;
$title title of the email
$message body of email
$headers optional headers