Re: [PHP] About the mail().

2005-04-30 Thread BAO RuiXian
Hello, Penghui Wang wrote: Hi lists: I am new here. And i know little about php. Sorry ask so stupid question. snipped ... $headers .= "Content-Transfer-Encoding: UTF-8\n"; $headers .= "Content-Type: text/plain; charset=utf-8\n"; snipped ... åçæé snipped ... But all the chinese words c

[PHP] About the mail().

2005-04-29 Thread Penghui Wang
Hi lists: I am new here. And i know little about php. Sorry ask so stupid question. I want to use my local /usr/sbin/sendmail to send mail to a certain address. I have checked the function_list in http://www,php.net. And i found the mail(). It enough to my requirement. And i have written a php fi