How can I combine all the emails into my website?

76 Views Asked by At

I'm doing my FYP about personal information management. I want to enable user to check their different email accounts in my website. is it possible? how can I do it? I'm using Mysql and PHP to develop the site.

thanks!

1

There are 1 best solutions below

2
On

Yes, it's possible. PHP has built-in support for POP3 and IMAP protocols. Those protocols are the only thing you need to remotely check a electronic mailbox.