Using PEAR's mimeDecode Module (Page 1 of 3 )
When sending out MIME e-mails with attachments, it can be quite useful to use mimeDecode module. This module is an ingredient of the PEAR library, used for the decoding process. Read more ...
While most MIME email is totally useless, it would be better if it was sent as a plain text message, MIME sometimes is useful. When sending attachments, for example. In this article, we will see how we can decode MIME messages with PHP. We will use the mimeDecode module to do the actual decoding for us. mimeDecode is part of the PEAR library. PEAR is already installed if you have a newer version of PHP, but if you don't it's also easy to install.
Next: Article >>
More PHP Articles
More By Gijs van Tulder