![]() |
|
||||||||||
|
|||||
|
Регистрация: Jul 2006
Сообщений: 21
|
в ответ могу сказать только одно - учимся читать PHP Manual/Help
$headers = "From: info@example.com \r\n";
$headers.= "Content-Type: text/html; charset=ISO-8859-1 ";
$headers .= "MIME-Version: 1.0 ";
/*notice there aren't any \r\n after the second two header additions. This is what made this version work correctly*/
mail("john@example.com", "An HTML Message", $body, $headers);
Последний раз редактировалось etc; 22.04.2007 в 14:24. |
![]() |
Часовой пояс GMT +4, время: 06:31. |
|
|
« Предыдущая тема | Следующая тема » |
|
|