Reputation: 797
Is there a way to read mails from pop3 recipit?
I'm already using SwiftMailer to send, but nothing about receive.
Upvotes: 2
Views: 1914
Reputation: 7680
You can start from here: http://www.devshed.com/c/a/PHP/Building-A-PHPBased-Mail-Client-part-1/
But i'd recommend just using a 3rd party web mail package instead, as it saves you the hassle of doing alot of tedious work, when the work is already done for you.
Upvotes: 2