Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 6th, 2012  |  syntax: PHP  |  size: 0.17 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. if(mail("mymail@gmail.com", "PHP Email - testing", "test email from PHP!"))
  3.     echo 'mail is working..' . PHP_EOL;
  4. else
  5.     echo 'mail is broken..' . PHP_EOL;