mail() return address

I need to set a return address for my mail function. Right now it's always putting some server email in there: -2.com

Thanks for any help.

    $to = $userEmail;
            $subject = 'Front Page Reply';
            $message = wordwrap($_POST['message'], 70);
            $headers = 'MIME-Version: 1.0\r\n';
            $headers .= 'Content-type: text/html; charset=iso-8859-1\r\n';
            $headers  .=  'From: '.$_POST['email'].'' . "\r\n" ....
PHP:
mail() return address

from PHP http://ift.tt/1Z9wm7i
via IFTTT
Thanks for your comment
Loading...