Re: mail failure
"David Kendal" <[email protected]>
| Newsgroups | gmane.comp.php.internationalization |
|---|---|
| Message-ID | <[email protected]> |
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