Hallo Christian.
» $message = "TEXT";
» $header = 'Content-type: text/plain; ISO-8859-1'."\n";
Ungültig …
» $header = 'From: Christian webmaster@osnabrueck-iburg.de'."\n";
Ebenso …
» $header = 'Reply-To: webmaster@osnabrueck-iburg.de'."\n";
Naja, du weißt schon …
Wieso?
Weil Mailheader nicht mit LF (\n), sondern mit CR LF (\r\n) terminiert werden müssen. Alles Andere verstößt gegen die RFC.
Einen schönen Montag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]