English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
Alle Kategorien

1 antworten

theoretisch müsste es mit der angabe im header reichen:


$to = 'Example@example.com';
$subject = 'this is important!';
$message = 'important?';
$headers = "From: server@server.com\r\n" .
'X-Mailer: PHP/' . phpversion() . "\r\n" .
"Priority:urgent\r\n" .
"MIME-Version: 1.0\r\n" .
"Content-Type: text/html; charset=utf-8\r\n" .
"Content-Transfer-Encoding: 8bit\r\n\r\n";

// Send
mail($to, $subject, $message, $headers);

2006-12-08 03:23:43 · answer #1 · answered by Waschzuber 6 · 0 0

fedest.com, questions and answers