PHP Webmail Software that allows for multiple accounts?

Everything that doesn't belong to any other forum but this one. If it doesn't belong here then it ... well, it just doesn't.

Moderator: mkoch227

Post Reply
onlinesrc
Posts: 23
Joined: Wed May 04, 2011 8:18 pm

PHP Webmail Software that allows for multiple accounts?

Post by onlinesrc »

So, I'm in the market for a good email client that I can access online because I'm constantly on the road and don't always have access to my PC where I'm running a desktop version of Thunderbird.

I actually oversee several email accounts which is why I love Thunderbird; it creates several inboxes and allows me to stay organized.

The problem with most webmail options is that they limit you to one email address per login. The only way to access several accounts at once, is to open several applications of Webmail in several different browser tabs. As you could imagine, it's a bit of a mess.

Does anybody know of anything that is like a self hosted version of Thunderbird? Something that would work using PHP and mySQL? I found an option called AfterLogic but it requires ASP.NET to run it.

Or maybe somebody could explain to me why this is not possible with PHP? I asked because I've been searching around the web and many customers desire this, and many PHP developers are baffled. :?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: PHP Webmail Software that allows for multiple accounts?

Post by Klemen »

The solution for you would probably be to use IMAP protocol instead of POP3 to read mail (both are supported by CPanel).

With POP3 email is downloaded to your PC, but with IMAP email stays on the server so you can ready it from any PC.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply