hi, hab gerade n blackout.
passt auf, ich hab hier folgenden php schnipsel
so, nun sollte ja theoretisch die email im html format ankommen.
aber nicht in meinem outlook
was hab ich da falsch eingestellt?
XP, Outlook Express
passt auf, ich hab hier folgenden php schnipsel
PHP-Code:
$mail_header .= "Content-Type: text/html; charset=iso-8859-1";
$mail_betreff = "$theme_userdata";
$mail_body = "$text_userdata";
mail($email, $mail_betreff, $mail_body,$mail_header);
aber nicht in meinem outlook
was hab ich da falsch eingestellt?
XP, Outlook Express
Kommentar