How can i remove this line via p3nlhg946.shr.prod.phx3.secureserver.net in from address in the emails that are sent through the mail function in PHP. Thanks in advance.
<?php
$to = '[email protected]';
$subject = 'Subject Line';
$message = 'This is message';
$headers = 'From: Admin<[email protected]>' . "\r\n" .
'Reply-To: [email protected]' . "\r\n" ;
mail($to, $subject, $message, $headers);
?>
I am receiving email like this
Admin [email protected] via p3nlhg723.shr.prod.phx3.secureserver.net