3v4l.org

run code in 300+ PHP versions simultaneously
<?php // the message $msg = "First line of textnSecond line of text"; // use wordwrap() if lines are longer than 70 characters $msg = wordwrap($msg,70); // send email mail("muhammad.imran@elementarylogics.com","My subject",$msg);

preferences:
64.68 ms | 402 KiB | 5 Q