help me please! email extractor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sakthi
Forum Newbie
Posts: 12
Joined: Wed Apr 12, 2006 1:13 am
Location: Mumbai-India
Contact:

help me please! email extractor

Post by sakthi »

hi everybody,

how can i read a e-mail fully as header information( From, To, Bcc, Cc and subject separately),

and body of the information(message)?

i want to write a e-mail listener?

could you please help me? :(
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Can you install and use the imap extension for php?
see http://de2.php.net/imap
These functions are not limited to the IMAP protocol, despite their name. The underlying c-client library also supports NNTP, POP3 and local mailbox access methods.
Post Reply