#!/usr/bin/php

<?php
mail("mecareful@gmail.com","subject","message","headers");
?>