PHP and Mail Server [2]

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
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

PHP and Mail Server [2]

Post by Calimero »

Can php be used to code stand-alone POP3 and SMTP server for win OS.

I need this because I don't know how to connect any already written software to my mysql-php engine and database.

And if it is possible - with what functions do I start breaking my head with.

Thanks Ahead !
php_wiz_kid
Forum Contributor
Posts: 181
Joined: Tue Jun 24, 2003 7:33 pm

Post by php_wiz_kid »

Not sure if this works with windows, but it's worth a shot.

http://pear.php.net/package/Net_POP3#results
Post Reply