#!/usr/bin/php
<?php
mail("mecareful@gmail.com", "the subject", "message", "from: la-la-la@example.com");
?>