phpbar.de logo

Mailinglisten-Archive

[php] Newsletterversand ohne Zeilenumbrüche

[php] Newsletterversand ohne Zeilenumbrüche

postneutral. Michael Felstau info at postneutral.de
Die Mai 23 11:30:04 CEST 2006


Hallo Holger,

ich bau mir das so zusammen:

$header = "From: $Email <$Email>\r\n";
//$header .= "Content-Transfer-Encoding: 8bit\r\n";
$header .= "MIME-Version: 1.0\r\n";
$header .= "Content-type: text/plain; charset=iso-8859-5\r\n";
$header .= "X-Priority: 3\r\n";
$header .= "X-MSMail-Priority: Normal\r\n";
$header .= "X-Mailer: php\r\n";

mail("info at xxxxxxx.de", "$betreff", "$mailbody", "$header");

und habe bisher keine Probleme.

Ciao

Michael



php::bar PHP Wiki   -   Listenarchive