3v4l.org

run code in 300+ PHP versions simultaneously
<?php $to = "tyrael@php.net"; $subject = "Subject_here"; $txt = "Message here"; // This works because I included a space between @ and domain $headers = "From: Username@ domain.com"; mail($to,$subject,$txt,$headers); ?>

preferences:
33.51 ms | 402 KiB | 5 Q