Which version of PHP are you using? In PHP4, you sometimes need to put the
Sender and From etc. in Variables.

Hope this Helps,

David
"Michal Rus" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,

I've a problem with getting right reply from my php script through
mail() function to my email account. The problem is with charset not
parsed by an email client :

$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-2\r\n";

I send these headers but the charset doesn't work..

Can you help ?


Thanks

ybz

-- 
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to