\r\n"; $mail_headers.="Reply-to: <$email>\r\n"; $mail_headers.="Return-Path: <$email>\r\n"; $mail_subject="$subject"; $mail_body="$from ($email) sent the following message:\n"; $mail_body.="$comment\n\n $hear \n\n"; mail ($mail_to, $mail_subject, $mail_body, $mail_headers); ?>