View difference between Paste ID: EGRq2nTN and eqJgNVNa
SHOW: | | - or go back to the newest paste.
1-
function sendMail($to, $subject, $message,)
1+
function sendMail($to, $subject, $message)
2
{
3
    mail($to, $subject, $message);
4
}