Jump to content

REMOVE MIME VERSION FROM MAIL HEADER


pkrishna42

Recommended Posts

How to remove MIME VERSION from header of mail sent from my website. my code goes as below

$headers = 'From: ' . strip_tags($_POST['Name']) .''; 
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\n";
 
IN HEADER OF MY MAIL IT LOOKS LIKE THIS
 
PrashanthMIME-Version: <1.0@p3plcpnl0914.prod.phx3.secureserver.net>
 
Please suggest me 
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.