Search code examples
emailsymfony-1.4

How can I receive mail with symfony?


Is there a way to read mails from pop3 recipit?

I'm already using SwiftMailer to send, but nothing about receive.


Solution

  • 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.