incoming mail

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
jito
Forum Commoner
Posts: 85
Joined: Sat Mar 25, 2006 4:32 am
Location: india

incoming mail

Post by jito »

hi,
i am facing some problem when working with incoming mail. i have connected with my mail server with fsockopen() but what next? can any body have the time to explain the process a bit?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

There's an extension dealing with imap/pop, see http://de2.php.net/imap
and there are PEAR packages for the same tasks, see http://pear.php.net/package/Net_POP3 and http://pear.php.net/package/Mail_IMAP
jito
Forum Commoner
Posts: 85
Joined: Sat Mar 25, 2006 4:32 am
Location: india

Post by jito »

i don't want to use imap functions. i don't have c-client library-and don't know how to install that. sorry for my lack of knowledge. any other alternatives?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

and there are PEAR packages for the same tasks, see http://pear.php.net/package/Net_POP3 and http://pear.php.net/package/Mail_IMAP
Post Reply