PHP – Remove X-PHP-Originating-Script
How to hide/remove the X-PHP-Originating-Script header in php: If you sent mail with you own php script all of the email are sent with this header: X-PHP-Originating-Script: 1000:scriptname.php Solution to remove this header: Locate your php.ini If you use the command […]