Go Daddy Email using PHP

Hi there, I’m currently building an information system inside our office and I’d like to retrieve our e-mails using Go Daddy. Is it possible to use PHP Language to retrieve those emails from our account?

Please help…

“GoDaddy”, actually SecureServer, exposes their servers to POP3 requests. (or IMAP, if you’ve purchased IMAP accounts)

Any PHP extension able to handle POP3 instructions (such as the IMAP extension) will be able to retrieve mails from them following the [URL=“http://support.godaddy.com/help/article/4715/setting-up-your-email-address-with-pop”]same connection setup as if you were using a regular mail client.