fork download
  1.  
  2. <?php
  3. $msg = "Yay it works";
  4. mail("damt@yopmail.com","My subject",$msg);
  5. ?>
Success #stdin #stdout #stderr 0.03s 25620KB
stdin
Standard input is empty
stdout

	
stderr
sh: 1: /usr/sbin/sendmail: not found