|
Posted by Manuel Lemos on 09/22/07 20:07
Hello,
on 09/18/2007 10:00 PM Harold Philips said the following:
> Does anyone know of an easy way to access the body of an email in PHP? I
> have a box with a bunch of one line email in it. All I need to retreive is
> the senders email address and the body. Can anyone help?
If you need to access complex e-mail messages with text, HTML, images,
attachments, etc., you may want to try to use this MIME message parser
class:
http://www.phpclasses.org/mimeparser
Actually, you can hook it with this POP3 class and handle large messages
without needing much memory:
http://www.phpclasses.org/pop3class
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Navigation:
[Reply to this message]
|