Hello,

On 12/26/2002 05:41 AM, M. wrote:
Hi,
i want to send a mail with unicode contents, what is the "content-type" and
"content-transfer-encoding"??
The content-transfer-encoding is irrelevant. You may send it with anything that encodes 8 bit data with 7 bit text, like base64 or quoted-printable. What idiom is the message you want to send?

You may want to try using this class to compose and send your messages as it supports many idioms including Asian idioms.

http://www.phpclasses.org/mimemessage

--

Regards,
Manuel Lemos


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



Reply via email to