http://php.flashwebhost.com/annie/mail.php
Code:
<?php
$toEmail = '[email protected]';
$fromEmail = '[email protected]>';
$subject = 'TIME FOR GOD    ';
$body = '
Hi    ,

If You Love God... And, are not ashamed of all the marvelous things HE has done for you...

GOD BLESS!

swapz ';

mail ($toEmail, $subject, $body);
echo ' Mail send to ' . $toEmail;