
Untitled
By: a guest on
May 6th, 2012 | syntax:
PHP | size: 0.17 KB | hits: 16 | expires: Never
<?php
if(mail("mymail@gmail.com", "PHP Email - testing", "test email from PHP!"))
echo 'mail is working..' . PHP_EOL;
else
echo 'mail is broken..' . PHP_EOL;