[PHP] 'encoded-words' in e-mail

2002-02-07 Thread Alexandr Klaus

I'm writing the program for sending e-mails.

I have some troubles with creating encoded-words.

There is a function for translation words in encoded-words?

--
Alexandr Klaus




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




[PHP] Supplement and corrections

2002-02-08 Thread Alexandr Klaus

At sending e-mail there is not a big problem.
It is necessary the sender (field From) and the addressee (field To) to
code, receive so-called encoded-words (RFC 2047).

For example from record
To: ÷ÁÓÑ, ÐÒÏÇÒÁÍÍÉÓÔ [EMAIL PROTECTED]
to receive such as
To: =? koi8-r? B? 8y7h7OXr8 Xl9w ==? = [EMAIL PROTECTED]

The question: there are functions for translation words in encoded-words?

--
Alexandr Klaus



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




[PHP] Sending letter with attaching of the file

2001-12-12 Thread Alexandr Klaus

Help me !

For sending a letter I using the mail function in PHP.
How send the letter with attached file?

--
Alexandr Klaus



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]