View Single Post
heinzketchup
x10Hosting Member

Join Date: Jun 2008
Posts: 25
Credits: 302
heinzketchup is on a distinguished road
Location: AUSTRIA xD

Quote  
08-21-2008, 02:39 PM
Re: Utf-8 encoded PHP-mail (!subject umlauts problem!)

well... suddenly this works too... but i still have the problem with the longer script...

header:
$headers .= 'From: '.$SenderName.' <'.$SenderMail.'>'.$eol;
$headers .= "Message-ID: <".$Momentn."@".$Servername.">".$eol;
$headers .= 'Date: '.date("r").$eol;
$headers .= 'Sender-IP: '.$_SERVER["REMOTE_ADDR"].$eol;
$headers .= 'X-Mailser: iPublications Adv.PHP Mailer 1.6'.$eol;
$headers .= 'MIME-Version: 1.0'.$eol;
Reply With Quote
heinzketchup is offlineReport Post